소스 검색

其他出库-字段修改

jingbb 4 달 전
부모
커밋
e497f5fe07
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/views/inventiry/otherOut/components/otherOutForm.vue
  2. 2 2
      src/views/inventiry/otherOut/otherOutForm.data.ts

+ 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:'',