|
@@ -259,25 +259,25 @@
|
|
|
},
|
|
|
{
|
|
|
span: 6,
|
|
|
- label: '财务编号',
|
|
|
- prop: 'accountingCode',
|
|
|
+ label: '69码-商品条码',
|
|
|
+ prop: 'barCode',
|
|
|
+ labelWidth: '130px',
|
|
|
component: 'by-input',
|
|
|
compConfig: {
|
|
|
attr: {
|
|
|
- placeholder: '请输入财务编号',
|
|
|
+ placeholder: '69码-商品条码',
|
|
|
clearable: true
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
span: 6,
|
|
|
- label: '69码-商品条码',
|
|
|
- prop: 'barCode',
|
|
|
- labelWidth: '110px',
|
|
|
+ label: '财务编号',
|
|
|
+ prop: 'accountingCode',
|
|
|
component: 'by-input',
|
|
|
compConfig: {
|
|
|
attr: {
|
|
|
- placeholder: '69码-商品条码',
|
|
|
+ placeholder: '请输入财务编号',
|
|
|
clearable: true
|
|
|
}
|
|
|
}
|