Browse Source

销售管理/采购管理-隐藏子表分类字段

jingbb 2 months ago
parent
commit
651817e8f7

+ 2 - 2
src/views/publicComponents/SelectContractModal.vue

@@ -195,8 +195,8 @@
         },
         {
             title: '产品分类(production class)',
-            dataIndex: 'productClass',
-            key: 'productClass',
+            dataIndex: 'productionClass_dictText',
+            key: 'productionClass_dictText',
             align:"center",
             width:250,
         },

+ 2 - 2
src/views/publicComponents/SelectPurchaseOrderModal.vue

@@ -181,8 +181,8 @@
         },
         {
             title: '产品分类(production class)',
-            dataIndex: 'productClass',
-            key: 'productClass',
+            dataIndex: 'productionClass_dictText',
+            key: 'productionClass_dictText',
             align:"center",
             width:250,
         },

+ 2 - 2
src/views/publicComponents/SelectQuotationModal.vue

@@ -202,8 +202,8 @@
         },
         {
             title: '产品分类(production class)',
-            dataIndex: 'productClass',
-            key: 'productClass',
+            dataIndex: 'productionClass_dictText',
+            key: 'productionClass_dictText',
             align:"center",
             width:250,
         },

+ 2 - 2
src/views/publicComponents/SelectSaleOrderModal.vue

@@ -227,8 +227,8 @@
         },
         {
             title: '产品分类(production class)',
-            dataIndex: 'productClass',
-            key: 'productClass',
+            dataIndex: 'productionClass_dictText',
+            key: 'productionClass_dictText',
             align:"center",
             width:250,
         },

+ 1 - 1
src/views/publicComponents/SelectSupplierQuotation.vue

@@ -194,7 +194,7 @@
         {
             title: '产品分类(production class)',
             align:"center",
-            dataIndex: 'productClass'
+            dataIndex: 'productionClass_dictText'
         },
         {
             title: '机型(model)',

+ 8 - 8
src/views/purchase/purchaseInquiryForm/PurchaseInquiryForm.data.ts

@@ -135,14 +135,14 @@ export const PuechaseInquiryFormShipColumns: JVxeColumn[] = [
     },
   ]
 export const PuechaseInquiryFormProductColumns: JVxeColumn[] = [
-    {
-      title: '产品分类(product class)',
-      key: 'productClass',
-      type: JVxeTypes.normal,
-      placeholder: '请输入${title}',
-      width:"200px",
-      defaultValue:'',
-    },
+    // {
+    //   title: '产品分类(product class)',
+    //   key: 'productClass',
+    //   type: JVxeTypes.normal,
+    //   placeholder: '请输入${title}',
+    //   width:"200px",
+    //   defaultValue:'',
+    // },
     {
       title: '产品编码(product code)',
       key: 'productCode',

+ 8 - 8
src/views/purchase/purchaseQuotationFrm/PurchaseQuotationForm.data.ts

@@ -151,14 +151,14 @@ export const PuechaseQuotationFormProductColumns: JVxeColumn[] = [
       width:"200px",
       defaultValue:'',
     },
-    {
-      title: '产品分类(product class)',
-      key: 'productClass',
-      type: JVxeTypes.normal,
-      placeholder: '请输入${title}',
-      width:"200px",
-      defaultValue:'',
-    },
+    // {
+    //   title: '产品分类(product class)',
+    //   key: 'productClass',
+    //   type: JVxeTypes.normal,
+    //   placeholder: '请输入${title}',
+    //   width:"200px",
+    //   defaultValue:'',
+    // },
     {
       title: '产品编码(product code)',
       key: 'productCode',

+ 8 - 8
src/views/purchase/selectionQuotationForm/SelectionQuotationForm.data.ts

@@ -113,14 +113,14 @@ export const SelectQuotationFormShipTableCloumn: JVxeColumn[] = [
     },
   ]
 export const SelectQuotationFormProductColumns: JVxeColumn[] = [
-    {
-      title: '产品分类(product class)',
-      key: 'productClass',
-      type: JVxeTypes.normal,
-      placeholder: '请输入${title}',
-      width:"200px",
-      defaultValue:'',
-    },
+    // {
+    //   title: '产品分类(product class)',
+    //   key: 'productClass',
+    //   type: JVxeTypes.normal,
+    //   placeholder: '请输入${title}',
+    //   width:"200px",
+    //   defaultValue:'',
+    // },
     {
       title: '产品编码(product code)',
       key: 'productCode',

+ 8 - 8
src/views/saleCode/deliveryNotice/delivertNoticeForm.data.ts

@@ -149,14 +149,14 @@ export const deliveryNoticeProductColumns: JVxeColumn[] = [
       width:"200px",
       defaultValue:'',
     },
-    {
-      title: '产品分类(product class)',
-      key: 'productClass',
-      type: JVxeTypes.normal,
-      placeholder: '请输入${title}',
-      width:"200px",
-      defaultValue:'',
-    },
+    // {
+    //   title: '产品分类(product class)',
+    //   key: 'productClass',
+    //   type: JVxeTypes.normal,
+    //   placeholder: '请输入${title}',
+    //   width:"200px",
+    //   defaultValue:'',
+    // },
     {
       title: '产品编码(product code)',
       key: 'productCode',

+ 8 - 8
src/views/saleCode/quotation/quotationForm.data.ts

@@ -168,14 +168,14 @@ export const saleQuotationFormProductColumns: JVxeColumn[] = [
       width:"200px",
       defaultValue:'',
     },
-    {
-      title: '产品分类(product class)',
-      key: 'productClass',
-      type: JVxeTypes.normal,
-      placeholder: '请输入${title}',
-      width:"200px",
-      defaultValue:'',
-    },
+    // {
+    //   title: '产品分类(product class)',
+    //   key: 'productClass',
+    //   type: JVxeTypes.normal,
+    //   placeholder: '请输入${title}',
+    //   width:"200px",
+    //   defaultValue:'',
+    // },
     {
       title: '产品编码(product code)',
       key: 'productCode',

+ 8 - 8
src/views/saleCode/saleContract/SaleContract.data.ts

@@ -511,14 +511,14 @@ export const saleContractProductColumns: JVxeColumn[] = [
     placeholder: '请输入${title}',
     defaultValue: '',
   },
-  {
-    title: '产品分类(product class)',
-    key: 'productClass',
-    type: JVxeTypes.normal,
-    width: '200px',
-    placeholder: '请输入${title}',
-    defaultValue: '',
-  },
+  // {
+  //   title: '产品分类(product class)',
+  //   key: 'productClass',
+  //   type: JVxeTypes.normal,
+  //   width: '200px',
+  //   placeholder: '请输入${title}',
+  //   defaultValue: '',
+  // },
   {
     title: '产品编码(product code)',
     key: 'productCode',

+ 8 - 8
src/views/saleCode/salesOrder/SaleOrderForm.data.ts

@@ -204,14 +204,14 @@ export const saleOrderProductColumns: JVxeColumn[] = [
       width:"200px",
       defaultValue:'',
     },
-    {
-      title: '产品分类(product class)',
-      key: 'productClass',
-      type: JVxeTypes.normal,
-      placeholder: '请输入${title}',
-      width:"200px",
-      defaultValue:'',
-    },
+    // {
+    //   title: '产品分类(product class)',
+    //   key: 'productClass',
+    //   type: JVxeTypes.normal,
+    //   placeholder: '请输入${title}',
+    //   width:"200px",
+    //   defaultValue:'',
+    // },
     {
       title: '产品编码(product code)',
       key: 'productCode',