ymy 11 ヶ月 前
コミット
f333b17e88

+ 1 - 1
src/views/audit/productManagement/index.vue

@@ -1027,7 +1027,7 @@
 						{
 							span: 6,
 							label: '名称',
-							prop: 'name',
+							prop: 'skuTitle',
 							component: 'by-input',
 							labelWidth: '70px',
 							compConfig: {

+ 1 - 1
src/views/audit/sku/index.vue

@@ -289,7 +289,7 @@
 						{
 							span: 6,
 							label: '商品名称',
-							prop: 'name',
+							prop: 'skuTitle',
 							component: 'by-input',
 							compConfig: {
 								attr: {

+ 6 - 0
src/views/oms/WMSProduct/component/itemsModal.vue

@@ -36,6 +36,12 @@ export default class QuestModel extends Vue {
       }
     },
     columns:[{
+      title:'商品名称',
+      field:'productName'
+    },{
+      title:'商品编码',
+      field:'productCode'
+    },{
       title:'商品条码',
       field:'barCode'
     },