Browse Source

修改物料名称

master
pref_mail@163.com 1 year ago
parent
commit
abc59daca6
  1. 4
      src/views/mail/inventory/list.vue
  2. 6
      src/views/mail/order/add.vue

4
src/views/mail/inventory/list.vue

@ -289,7 +289,7 @@ export default {
// }, // },
{ {
prop: 'descriptionGoods', prop: 'descriptionGoods',
label: '物名称', label: '物名称',
type: 2, type: 2,
values: '', values: '',
width: '130', width: '130',
@ -299,7 +299,7 @@ export default {
}, },
{ {
prop: 'cargoNumber', prop: 'cargoNumber',
label: '货物编号', label: '物料编码',
type: 2, type: 2,
values: '', values: '',
width: '130', width: '130',

6
src/views/mail/order/add.vue

@ -1097,7 +1097,7 @@
}, },
{ {
prop: 'descriptionGoods', prop: 'descriptionGoods',
label: '物名称', label: '物名称',
type: 2, type: 2,
values: '', values: '',
width: '150', width: '150',
@ -1336,7 +1336,7 @@
// }, // },
{ {
prop: 'descriptionGoods', prop: 'descriptionGoods',
label: '物名称', label: '物名称',
type: 2, type: 2,
values: '', values: '',
width: '130', width: '130',
@ -1346,7 +1346,7 @@
}, },
{ {
prop: 'cargoNumber', prop: 'cargoNumber',
label: '货物编号', label: '物料编码',
type: 2, type: 2,
values: '', values: '',
width: '130', width: '130',

Loading…
Cancel
Save