diff --git a/src/config/getData2.js b/src/config/getData2.js index 13f92bf..ec258b7 100644 --- a/src/config/getData2.js +++ b/src/config/getData2.js @@ -167,6 +167,12 @@ export const bcpInConfirm = (row) => post('api/pda/bcp/in/confirm', { export const outgetBcpStor = () => post('api/pda/bcp/out/getBcpStor', {}) // 1.2单据类型下拉框 export const outgetBillType = () => post('api/pda/bcp/out/getBillType', {}) +// export const outgetBillType = () => { +// let res = { +// data: [{value: '1', label: 'a'}, {value: '2', label: 'b'}] +// } +// return res +// } // 1.3物料选择页面 export const outgetMaterial = (code, scode, is) => post('api/pda/bcp/out/getMaterial', { material_code: code, @@ -192,6 +198,12 @@ export const outgetAll = (id, btime, etime, code, scode, type) => post('api/pda/ storagevehicle_code: scode, bill_type: type }) +// export const outgetAll = (id, btime, etime, code, scode, type) => { +// let res = { +// data: [{bill_code: '001', bill_status: '99', bill_type: '1'}, {bill_code: '002', bill_status: '99', bill_type: '2'}] +// } +// return res +// } // 2.2强制确认(按钮) export const bcpOutConfirm = (row) => post('api/pda/bcp/out/confirm', { row: row diff --git a/src/pages/modules/semifinished/out-mater-search.vue b/src/pages/modules/semifinished/out-mater-search.vue index c950a1b..7f3b4b5 100644 --- a/src/pages/modules/semifinished/out-mater-search.vue +++ b/src/pages/modules/semifinished/out-mater-search.vue @@ -15,11 +15,11 @@
-
- +
+
已挑料
- + @@ -30,20 +30,24 @@ - + + - - + + + - - + + + - - + + +
序号库区货位 物料编号 物料名称物料类别重量单位数量单重(g)载具号
{{ i+1 }}
{{ e.sect_name }}{{e.struct_name}} {{e.material_code}} {{e.material_name}}{{e.class_code}}{{e.unit_name}}{{e.canuse_qty | numeric(3)}}{{ e.unit_weight | numeric(3) }}{{ e.storagevehicle_code }}
@@ -52,35 +56,36 @@