Quellcode durchsuchen

其他出库-字段修改

jingbb vor 4 Monaten
Ursprung
Commit
e497f5fe07

+ 1 - 1
src/views/inventiry/otherOut/components/otherOutForm.vue

@@ -246,7 +246,7 @@
           item.batchId = item.id
           item.productClass = item.productionClass_dictText
           item.stockOutQuantity = item.quantity
-          item.inventorySelsection = item.batchCode
+          item.inventorySelection = item.batchCode
         })
         otherOutTable.dataSource=arr  
       }

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

@@ -138,8 +138,8 @@ export const otherOutDetailColumns: JVxeColumn[] = [
       width:"200px",
     },
     {
-      title: '库存选择(inventory selsection)',
-      key: 'inventorySelsection',
+      title: '库存编码(inventory code)',
+      key: 'inventorySelection',
       width:"200px",
       placeholder: '请输入${title}',
       defaultValue:'',