Sfoglia il codice sorgente

采销预存录单分类修改

xiaodai2022 1 anno fa
parent
commit
e4d3d07370

+ 14 - 14
src/views/netOrderEntry/netOrderEnter/template.js

@@ -4,8 +4,8 @@ const mapTemplateToTable = {
   '供应商公司编码': 'supplierNo',
   '销售方公司编码': 'companyNo',
   '购买方公司编码': 'customerNo',
-  '一级品类ID': 'cat_id1',
-  '二级品类ID': 'cat_id2',
+  // '一级品类ID': 'cat_id1',
+  // '二级品类ID': 'cat_id2',
   '三级品类ID': 'cat_id',
   '商品单位ID': 'good_unit',
   '税率': 'good_tax',
@@ -100,18 +100,18 @@ export const columns = [
     required: true
   },
 
-  {
-    prop: getTableProperty('一级品类ID'),
-    label: '一级品类ID',
-    width: '150px',
-    required: true
-  },
-  {
-    prop: getTableProperty('二级品类ID'),
-    label: '二级品类ID',
-    width: '150px',
-    required: true
-  },
+  // {
+  //   prop: getTableProperty('一级品类ID'),
+  //   label: '一级品类ID',
+  //   width: '150px',
+  //   required: true
+  // },
+  // {
+  //   prop: getTableProperty('二级品类ID'),
+  //   label: '二级品类ID',
+  //   width: '150px',
+  //   required: true
+  // },
   {
     prop: getTableProperty('三级品类ID'),
     label: '三级品类ID',

+ 16 - 16
src/views/netOrderEntry/prestoreRecordingOrders/template-c.js

@@ -4,8 +4,8 @@ const mapTemplateToTable = {
   '供应商公司编码': 'supplierNo',
   '销售方公司编码': 'companyNo',
   '购买方公司编码': 'customerNo',
-  '一级品类ID': 'cat_id1',
-  '二级品类ID': 'cat_id2',
+  // '一级品类ID': 'cat_id1',
+  // '二级品类ID': 'cat_id2',
   '三级品类ID': 'cat_id',
   '商品单位ID': 'good_unit',
   '商品名称': 'good_name',
@@ -64,8 +64,8 @@ export const template = [
     '供应商公司编码': 'QS2206011407522117',
     '销售方公司编码': 'GS2302231323386950',
     '购买方公司编码': 'KH2203271822232121',
-    '一级品类ID': '871',
-    '二级品类ID': '871',
+    // '一级品类ID': '871',
+    // '二级品类ID': '871',
     '三级品类ID': '871',
     '商品单位ID': '7',
     '商品名称': '测试商品名称',
@@ -115,18 +115,18 @@ export const columns = [
     required: true
   },
 
-  {
-    prop: getTableProperty('一级品类ID'),
-    label: '一级品类ID',
-    width: '150px',
-    required: true
-  },
-  {
-    prop: getTableProperty('二级品类ID'),
-    label: '二级品类ID',
-    width: '150px',
-    required: true
-  },
+  // {
+  //   prop: getTableProperty('一级品类ID'),
+  //   label: '一级品类ID',
+  //   width: '150px',
+  //   required: true
+  // },
+  // {
+  //   prop: getTableProperty('二级品类ID'),
+  //   label: '二级品类ID',
+  //   width: '150px',
+  //   required: true
+  // },
   {
     prop: getTableProperty('三级品类ID'),
     label: '三级品类ID',

+ 16 - 16
src/views/netOrderEntry/prestoreRecordingOrders/template.js

@@ -4,8 +4,8 @@ const mapTemplateToTable = {
   '供应商公司编码': 'supplierNo',
   '销售方公司编码': 'companyNo',
   '购买方公司编码': 'customerNo',
-  '一级品类ID': 'cat_id1',
-  '二级品类ID': 'cat_id2',
+  // '一级品类ID': 'cat_id1',
+  // '二级品类ID': 'cat_id2',
   '三级品类ID': 'cat_id',
   '商品单位ID': 'good_unit',
   '商品名称': 'good_name',
@@ -89,8 +89,8 @@ export const template = Array(1).fill(1).map(() => ({
   '供应商公司编码': 'QS2206011407522117',
   '销售方公司编码': 'GS2302231323386950',
   '购买方公司编码': 'KH2203271822232121',
-  '一级品类ID': '871',
-  '二级品类ID': '871',
+  // '一级品类ID': '871',
+  // '二级品类ID': '871',
   '三级品类ID': '871',
   '商品单位ID': '7',
   '商品名称': '测试商品名称',
@@ -139,18 +139,18 @@ export const columns = [
     required: true
   },
 
-  {
-    prop: getTableProperty('一级品类ID'),
-    label: '一级品类ID',
-    width: '150px',
-    required: true
-  },
-  {
-    prop: getTableProperty('二级品类ID'),
-    label: '二级品类ID',
-    width: '150px',
-    required: true
-  },
+  // {
+  //   prop: getTableProperty('一级品类ID'),
+  //   label: '一级品类ID',
+  //   width: '150px',
+  //   required: true
+  // },
+  // {
+  //   prop: getTableProperty('二级品类ID'),
+  //   label: '二级品类ID',
+  //   width: '150px',
+  //   required: true
+  // },
   {
     prop: getTableProperty('三级品类ID'),
     label: '三级品类ID',