Browse Source

所有单据节点-隐藏子表厂家字段

jingbb 3 months ago
parent
commit
7ba1ccf655

+ 8 - 8
src/views/inventiry/inventoryCheck/inventoryCheckForm.data.ts

@@ -102,14 +102,14 @@ export const stockDetailColumns: JVxeColumn[] = [
       width:"200px",
       defaultValue:'',
     },
-    {
-      title: '厂家(factory)',
-      key: 'factory',
-      placeholder: '请输入${title}',
-      width:"200px",
-      defaultValue:'',
-      type: JVxeTypes.normal,
-    },
+    // {
+    //   title: '厂家(factory)',
+    //   key: 'factory',
+    //   placeholder: '请输入${title}',
+    //   width:"200px",
+    //   defaultValue:'',
+    //   type: JVxeTypes.normal,
+    // },
     
     {
       title: '质量等级(quality grade)',

+ 10 - 10
src/views/inventiry/otherIn/otherInForm.data.ts

@@ -164,16 +164,16 @@ export const stockInColumns: JVxeColumn[] = [
       width:"200px",
       defaultValue:'',
     },
-    {
-      title: '厂家(factory)',
-      key: 'factory',
-      placeholder: '请输入${title}',
-      width:"200px",
-      defaultValue:'',
-      type: JVxeTypes.select,
-      options: [],
-      dictCode: 'factory',
-    },
+    // {
+    //   title: '厂家(factory)',
+    //   key: 'factory',
+    //   placeholder: '请输入${title}',
+    //   width:"200px",
+    //   defaultValue:'',
+    //   type: JVxeTypes.select,
+    //   options: [],
+    //   dictCode: 'factory',
+    // },
     {
       title: '质量等级(quality grade)',
       key: 'qualityGrade',

+ 8 - 8
src/views/inventiry/otherOut/otherOutForm.data.ts

@@ -113,14 +113,14 @@ export const otherOutDetailColumns: JVxeColumn[] = [
       width:"200px",
       defaultValue:'',
     },
-    {
-      title: '厂家(factory)',
-      key: 'factory',
-      placeholder: '请输入${title}',
-      width:"200px",
-      defaultValue:'',
-      type: JVxeTypes.normal,
-    },
+    // {
+    //   title: '厂家(factory)',
+    //   key: 'factory',
+    //   placeholder: '请输入${title}',
+    //   width:"200px",
+    //   defaultValue:'',
+    //   type: JVxeTypes.normal,
+    // },
     {
       title: '质量等级(quality grade)',
       key: 'qualityGrade',

+ 8 - 8
src/views/inventiry/purchaseIn/puechaseInForm.data.ts

@@ -172,14 +172,14 @@ export const stockInColumns: JVxeColumn[] = [
       width:"200px",
       defaultValue:'',
     },
-    {
-      title: '厂家(factory)',
-      key: 'factory',
-      placeholder: '请输入${title}',
-      width:"200px",
-      defaultValue:'',
-      type: JVxeTypes.normal,
-    },
+    // {
+    //   title: '厂家(factory)',
+    //   key: 'factory',
+    //   placeholder: '请输入${title}',
+    //   width:"200px",
+    //   defaultValue:'',
+    //   type: JVxeTypes.normal,
+    // },
     {
       title: '质量等级(quality grade)',
       key: 'qualityGrade',

+ 10 - 10
src/views/purchase/arrivedGoods/ArriveGoodsForm.data.ts

@@ -203,16 +203,16 @@ export const ArriveGoodsDetailColumns: JVxeColumn[] = [
       width:"200px",
       defaultValue:'',
     },
-    {
-      title: '厂家(factory)',
-      key: 'factory',
-      placeholder: '请输入${title}',
-      width:"200px",
-      defaultValue:'',
-      type: JVxeTypes.normal,
-      options: [],
-      dictCode: 'factory',
-    },
+    // {
+    //   title: '厂家(factory)',
+    //   key: 'factory',
+    //   placeholder: '请输入${title}',
+    //   width:"200px",
+    //   defaultValue:'',
+    //   type: JVxeTypes.normal,
+    //   options: [],
+    //   dictCode: 'factory',
+    // },
     {
       title: '质量等级(quality grade)',
       key: 'qualityGrade',

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

@@ -199,16 +199,16 @@ export const PuechaseInquiryFormProductColumns: JVxeColumn[] = [
       width:"200px",
       defaultValue:'',
     },
-    {
-      title: '厂家(factory)',
-      key: 'factory',
-      placeholder: '请输入${title}',
-      width:"200px",
-      defaultValue:'',
-      type: JVxeTypes.select,
-      options: [],
-      dictCode: 'factory',
-    },
+    // {
+    //   title: '厂家(factory)',
+    //   key: 'factory',
+    //   placeholder: '请输入${title}',
+    //   width:"200px",
+    //   defaultValue:'',
+    //   type: JVxeTypes.select,
+    //   options: [],
+    //   dictCode: 'factory',
+    // },
     {
       title: '质量等级(quality grade)',
       key: 'qualityGrade',

+ 10 - 10
src/views/purchase/purchaseOrder/PurchaseOrderForm.data.ts

@@ -244,16 +244,16 @@ export const purchaseOrderProductColumns: JVxeColumn[] = [
       width:"200px",
       defaultValue:'',
     },
-    {
-      title: '厂家(factory)',
-      key: 'factory',
-      placeholder: '请输入${title}',
-      width:"200px",
-      defaultValue:'',
-      type: JVxeTypes.select,
-      options: [],
-      dictCode: 'factory',
-    },
+    // {
+    //   title: '厂家(factory)',
+    //   key: 'factory',
+    //   placeholder: '请输入${title}',
+    //   width:"200px",
+    //   defaultValue:'',
+    //   type: JVxeTypes.select,
+    //   options: [],
+    //   dictCode: 'factory',
+    // },
     {
       title: '质量等级(quality grade)',
       key: 'qualityGrade',

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

@@ -215,16 +215,16 @@ export const PuechaseQuotationFormProductColumns: JVxeColumn[] = [
       width:"200px",
       defaultValue:'',
     },
-    {
-      title: '厂家(factory)',
-      key: 'factory',
-      placeholder: '请输入${title}',
-      width:"200px",
-      defaultValue:'',
-      type: JVxeTypes.select,
-      options: [],
-      dictCode: 'factory',
-    },
+    // {
+    //   title: '厂家(factory)',
+    //   key: 'factory',
+    //   placeholder: '请输入${title}',
+    //   width:"200px",
+    //   defaultValue:'',
+    //   type: JVxeTypes.select,
+    //   options: [],
+    //   dictCode: 'factory',
+    // },
     {
       title: '质量等级(quality grade)',
       key: 'qualityGrade',

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

@@ -177,14 +177,14 @@ export const SelectQuotationFormProductColumns: JVxeColumn[] = [
       width:"200px",
       defaultValue:'',
     },
-    {
-      title: '厂家(factory)',
-      key: 'factory',
-      placeholder: '请输入${title}',
-      width:"200px",
-      defaultValue:'',
-      type: JVxeTypes.normal,
-    },
+    // {
+    //   title: '厂家(factory)',
+    //   key: 'factory',
+    //   placeholder: '请输入${title}',
+    //   width:"200px",
+    //   defaultValue:'',
+    //   type: JVxeTypes.normal,
+    // },
     {
       title: '质量等级(quality grade)',
       key: 'qualityGrade',

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

@@ -221,15 +221,15 @@ export const deliveryNoticeProductColumns: JVxeColumn[] = [
       width:"200px",
       defaultValue:'',
     },
-    {
-      title: '厂家(factory)',
-      key: 'factory',
-      placeholder: '请输入${title}',
-      width:"200px",
-      defaultValue:'',
-      type: JVxeTypes.normal,
-      dictCode: 'factory',
-    },
+    // {
+    //   title: '厂家(factory)',
+    //   key: 'factory',
+    //   placeholder: '请输入${title}',
+    //   width:"200px",
+    //   defaultValue:'',
+    //   type: JVxeTypes.normal,
+    //   dictCode: 'factory',
+    // },
     {
       title: '质量等级(quality grade)',
       key: 'qualityGrade',

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

@@ -222,15 +222,15 @@ export const saleQuotationFormProductColumns: JVxeColumn[] = [
       width:"200px",
       defaultValue:'',
     },
-    {
-      title: '厂家(factory)',
-      key: 'factory',
-      placeholder: '请输入${title}',
-      width:"200px",
-      defaultValue:'',
-      type: JVxeTypes.normal,
-      dictCode: 'factory',
-    },
+    // {
+    //   title: '厂家(factory)',
+    //   key: 'factory',
+    //   placeholder: '请输入${title}',
+    //   width:"200px",
+    //   defaultValue:'',
+    //   type: JVxeTypes.normal,
+    //   dictCode: 'factory',
+    // },
     {
       title: '质量等级(quality grade)',
       key: 'qualityGrade',

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

@@ -584,14 +584,14 @@ export const saleContractProductColumns: JVxeColumn[] = [
     placeholder: '请输入${title}',
     defaultValue: '',
   },
-  {
-    title: '厂家(factory)',
-    key: 'factory',
-    type: JVxeTypes.normal,
-    width: '200px',
-    placeholder: '请输入${title}',
-    defaultValue: '',
-  },
+  // {
+  //   title: '厂家(factory)',
+  //   key: 'factory',
+  //   type: JVxeTypes.normal,
+  //   width: '200px',
+  //   placeholder: '请输入${title}',
+  //   defaultValue: '',
+  // },
   {
     title: '质量等级(quality grade)',
     key: 'qualityGrade',

+ 10 - 10
src/views/saleCode/saleInquiryForm/SaleInquiryForm.data.ts

@@ -242,16 +242,16 @@ export const saleInquiryFormProductColumns: JVxeColumn[] = [
       width:"200px",
       defaultValue:'',
     },
-    {
-      title: '厂家(factory)',
-      key: 'factory',
-      placeholder: '请输入${title}',
-      width:"200px",
-      defaultValue:'',
-      type: JVxeTypes.select,
-      options: [],
-      dictCode: 'factory',
-    },
+    // {
+    //   title: '厂家(factory)',
+    //   key: 'factory',
+    //   placeholder: '请输入${title}',
+    //   width:"200px",
+    //   defaultValue:'',
+    //   type: JVxeTypes.select,
+    //   options: [],
+    //   dictCode: 'factory',
+    // },
     {
       title: '质量等级(quality grade)',
       key: 'qualityGrade',

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

@@ -262,14 +262,14 @@ export const saleOrderProductColumns: JVxeColumn[] = [
       width:"200px",
       defaultValue:'',
     },
-    {
-      title: '厂家(factory)',
-      key: 'factory',
-      placeholder: '请输入${title}',
-      width:"200px",
-      defaultValue:'',
-      type: JVxeTypes.normal,
-    },
+    // {
+    //   title: '厂家(factory)',
+    //   key: 'factory',
+    //   placeholder: '请输入${title}',
+    //   width:"200px",
+    //   defaultValue:'',
+    //   type: JVxeTypes.normal,
+    // },
     {
       title: '质量等级(quality grade)',
       key: 'qualityGrade',