Browse Source

修改供应商字段

dev
long 2 years ago
parent
commit
8c3b675330
  1. 2
      src/views/activiti/form/ProcessMaterialWarehousingForm.vue
  2. 2
      src/views/activiti/form/ProcessMaterialsAllotForm.vue
  3. 2
      src/views/activiti/form/ProcessMaterialsDeliveryForm.vue
  4. 2
      src/views/activiti/form/ProcessSmaterialsScrapForm.vue

2
src/views/activiti/form/ProcessMaterialWarehousingForm.vue

@ -233,7 +233,7 @@ import JSelectUserByDep from '@/components/jeecgbiz/JSelectUserByDep'
}, },
{ {
title: '供应商', title: '供应商',
key: 'supplier', key: 'supplierId',
type: FormTypes.input, type: FormTypes.input,
width:"200px", width:"200px",
placeholder: '请输入${title}', placeholder: '请输入${title}',

2
src/views/activiti/form/ProcessMaterialsAllotForm.vue

@ -246,7 +246,7 @@
}, },
{ {
title: '供货商', title: '供货商',
key: 'supplier', key: 'supplierId',
type: FormTypes.input, type: FormTypes.input,
dictCode: '', dictCode: '',
width: '200px', width: '200px',

2
src/views/activiti/form/ProcessMaterialsDeliveryForm.vue

@ -234,7 +234,7 @@
}, },
{ {
title: '供货商', title: '供货商',
key: 'supplier', key: 'supplierId',
type: FormTypes.input, type: FormTypes.input,
dictCode:"", dictCode:"",
width:"200px", width:"200px",

2
src/views/activiti/form/ProcessSmaterialsScrapForm.vue

@ -212,7 +212,7 @@
}, },
{ {
title: '供货商', title: '供货商',
key: 'supplier', key: 'supplierId',
type: FormTypes.sel_search, type: FormTypes.sel_search,
disabled: true, disabled: true,
dictCode: '', dictCode: '',

Loading…
Cancel
Save