Browse Source

app 差旅申请 明细字段修改

娄底高职分支
yxq 1 year ago
parent
commit
75fb87fd7b
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/details.vue
  2. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/single.vue
  3. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/singleFlow.vue

+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/details.vue View File

@@ -70,7 +70,7 @@
fixed: true,
width: 60
},
// { name: 'CreatorName', label: '申请人',width:80,emptyString:'--' },
{ name: 'Traveler', label: '出差人员',width:120,emptyString:'--' },
{ name: 'Follows', label: '随行人员',width:120,emptyString:'--' },
// { name: 'TotalAmount', label: '金额',fixed:false,width:86,emptyString:'--' },
// { name: 'DepartmentName', label: '部门',fixed:false,width:200,emptyString:'--' },


+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/single.vue View File

@@ -271,7 +271,7 @@
// 采购数据
column:[
// { type:'selection', fixed:true,width:60 },
{ name: 'CreatorName', label: '申请人',width:80,emptyString:'--' },
{ name: 'Traveler', label: '出差人员',width:120,emptyString:'--' },
{ name: 'Follows', label: '随行人员',width:120,emptyString:'--' },
// { name: 'TotalAmount', label: '金额',fixed:false,width:86,emptyString:'--' },
// { name: 'DepartmentName', label: '部门',fixed:false,width:200,emptyString:'--' },


+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/singleFlow.vue View File

@@ -145,7 +145,7 @@ export default {
// 采购数据
column:[
// { type:'selection', fixed:true,width:60 },
// { name: 'CreatorName', label: '申请人',width:80,emptyString:'--' },
{ name: 'Traveler', label: '出差人员',width:120,emptyString:'--' },
{ name: 'Follows', label: '随行人员',width:120,emptyString:'--' },
// { name: 'TotalAmount', label: '金额',fixed:false,width:86,emptyString:'--' },
// { name: 'DepartmentName', label: '部门',fixed:false,width:200,emptyString:'--' },


Loading…
Cancel
Save