|
@@ -59,19 +59,31 @@ export default class ProductModal extends Vue {
|
|
|
// }
|
|
|
// },
|
|
|
{
|
|
|
- span:10,
|
|
|
+ span:8,
|
|
|
label:'商品名称',
|
|
|
- prop:'name',
|
|
|
+ prop:'skuTitle',
|
|
|
component:'by-input',
|
|
|
labelWidth:'120px',
|
|
|
compConfig:{
|
|
|
attr:{
|
|
|
clearable:true,
|
|
|
- placeholder:'请输入商品名称'
|
|
|
+ placeholder:'商品名称'
|
|
|
}
|
|
|
}
|
|
|
},{
|
|
|
- span: 10,
|
|
|
+ span: 8,
|
|
|
+ label: '物料编码',
|
|
|
+ prop: 'skuCode',
|
|
|
+ labelWidth: '130px',
|
|
|
+ component: 'by-input',
|
|
|
+ compConfig: {
|
|
|
+ attr: {
|
|
|
+ placeholder: '69码-商品条码',
|
|
|
+ clearable: true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },{
|
|
|
+ span: 8,
|
|
|
label: '69码-商品条码',
|
|
|
prop: 'barCode',
|
|
|
labelWidth: '130px',
|
|
@@ -82,7 +94,7 @@ export default class ProductModal extends Vue {
|
|
|
clearable: true
|
|
|
}
|
|
|
}
|
|
|
- },]
|
|
|
+ }]
|
|
|
]
|
|
|
},
|
|
|
tool:{
|
|
@@ -108,6 +120,10 @@ export default class ProductModal extends Vue {
|
|
|
field:'skuTitle',
|
|
|
ellipsis:true,
|
|
|
// width:150
|
|
|
+ },{
|
|
|
+ title:'物料编码',
|
|
|
+ field:'skuCode',
|
|
|
+ width:140
|
|
|
},{
|
|
|
title:'69码',
|
|
|
field:'barCode',
|
|
@@ -117,12 +133,14 @@ export default class ProductModal extends Vue {
|
|
|
title: '是否已同步WMS',
|
|
|
field: 'isSynchronousWMS',
|
|
|
component: wmsStatue
|
|
|
- },{
|
|
|
- title:'规格',
|
|
|
- field:'materialSpec',
|
|
|
- width:240,
|
|
|
- ellipsis:true
|
|
|
- },{
|
|
|
+ },
|
|
|
+ // {
|
|
|
+ // title:'规格',
|
|
|
+ // field:'materialSpec',
|
|
|
+ // width:240,
|
|
|
+ // ellipsis:true
|
|
|
+ // },
|
|
|
+ {
|
|
|
title:'单价',
|
|
|
field:'price',
|
|
|
width:80
|