Selaa lähdekoodia

入库节点-删除‘批号字段’

jingbb 4 kuukautta sitten
vanhempi
commit
61a7b7ead6

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

@@ -192,14 +192,14 @@ export const stockInColumns: JVxeColumn[] = [
       defaultValue:'',  
       width:"200px",
     },
-    {
-      title: '批号(batch code)',
-      key: 'batchCode',
-      type: JVxeTypes.input,
-      width:"200px",
-      placeholder: '请输入${title}',
-      defaultValue:'',
-    },
+    // {
+    //   title: '批号(batch code)',
+    //   key: 'batchCode',
+    //   type: JVxeTypes.input,
+    //   width:"200px",
+    //   placeholder: '请输入${title}',
+    //   defaultValue:'',
+    // },
     {
       title: '备注(notes)',
       key: 'notes',

+ 2 - 2
src/views/inventiry/otherIn/othernList.vue

@@ -143,7 +143,7 @@
      //注册table数据
     const { prefixCls,tableContext,onExportXls,onImportXls } = useListPage({
         tableProps:{
-             title: '采购入库',
+             title: '其他入库',
              api: list,
              columns,
              canResize:false,
@@ -161,7 +161,7 @@
              },
           },
           exportConfig: {
-              name:"采购入库",
+              name:"其他入库",
               url: getExportUrl,
               params: queryParam,
           },

+ 8 - 8
src/views/inventiry/purInAbnormal/purInAbnormalForm.data.ts

@@ -232,14 +232,14 @@ export const stockInColumns: JVxeColumn[] = [
       dictCode: 'yes_or_no',
       stringToNumber:true,
     },
-    {
-      title: '批号(batch code)',
-      key: 'batchCode',
-      type: JVxeTypes.normal,
-      width:"200px",
-      placeholder: '请输入${title}',
-      defaultValue:'',
-    },
+    // {
+    //   title: '批号(batch code)',
+    //   key: 'batchCode',
+    //   type: JVxeTypes.normal,
+    //   width:"200px",
+    //   placeholder: '请输入${title}',
+    //   defaultValue:'',
+    // },
     {
       title: '备注(notes)',
       key: 'notes',

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

@@ -231,14 +231,14 @@ export const stockInColumns: JVxeColumn[] = [
       dictCode: 'yes_or_no',
       
     },
-    {
-      title: '批号(batch code)',
-      key: 'batchCode',
-      type: JVxeTypes.input,
-      width:"200px",
-      placeholder: '请输入${title}',
-      defaultValue:'',
-    },
+    // {
+    //   title: '批号(batch code)',
+    //   key: 'batchCode',
+    //   type: JVxeTypes.input,
+    //   width:"200px",
+    //   placeholder: '请输入${title}',
+    //   defaultValue:'',
+    // },
     {
       title: '备注(notes)',
       key: 'notes',