|
@@ -255,7 +255,7 @@ export default {
|
|
|
title: 'ITEM NO./SKU NO./UPC NO./PACKS CODE',
|
|
|
key: 'itemCode',
|
|
|
width: 340,
|
|
|
- type: JVXETypes.normal,
|
|
|
+ type: JVXETypes.input,
|
|
|
},
|
|
|
{
|
|
|
title: '分销点/DC/LABEL',
|
|
@@ -268,7 +268,7 @@ export default {
|
|
|
title: 'PREPACK SKU',
|
|
|
key: 'prepackSku',
|
|
|
width: 140,
|
|
|
- type: JVXETypes.normal,
|
|
|
+ type: JVXETypes.input,
|
|
|
insertAfter:true,
|
|
|
|
|
|
},
|
|
@@ -747,7 +747,7 @@ export default {
|
|
|
hod: itemData.hod,
|
|
|
styleNo:itemData.styleNo,
|
|
|
poNo:itemData.poNo,
|
|
|
- itemCode:referData.packId,
|
|
|
+ itemCode:'',
|
|
|
distributionPoint:referData.distributionPoint,
|
|
|
prepackSku: '',
|
|
|
size:"",
|