From f4719e1a3f3c65625f726c721c1d9552498b91bc Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 4 Jul 2023 10:02:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=8A=E6=88=90=E5=93=81=E6=8B=BC=E7=9B=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/getData2.js | 4 +- .../semi-finished-compose-search.vue | 170 +++++++++++------- 2 files changed, 113 insertions(+), 61 deletions(-) diff --git a/src/config/getData2.js b/src/config/getData2.js index 00b5fc9..67fba4c 100644 --- a/src/config/getData2.js +++ b/src/config/getData2.js @@ -271,4 +271,6 @@ export const bcpShutGetdtl = (id, btime, etime, code, scode, stcode) => post('ap storagevehicle_id_in: stcode }) // 1.4拼盘完成(按钮) -export const bcpShutConfirm = () => post('api/pda/bcp/shut/confirm', {}) +export const bcpShutConfirm = (row) => post('api/pda/bcp/shut/confirm', { + row: row +}) diff --git a/src/pages/modules/semifinished/semi-finished-compose-search.vue b/src/pages/modules/semifinished/semi-finished-compose-search.vue index b1449f9..eb9a275 100644 --- a/src/pages/modules/semifinished/semi-finished-compose-search.vue +++ b/src/pages/modules/semifinished/semi-finished-compose-search.vue @@ -6,11 +6,11 @@
| 序号 | +单据号 | +状态 | +类型 | +物料编号 | +物料规格 | +移出货位1 | +移出载具1 | +移出重量1 | +移出货位2 | +移出载具2 | +移出重量2 | +创建时间 | +创建人 | +||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ i+1 }} | +{{ e.bill_code }} | +生成 | +提交 | +执行中 | +确认 | +完成 | +普通拼盘 | +{{ e.material_code }} | +{{ e.material_spec }} | +{{ e.turnout_struct_code }} | +{{ e.storagevehicle_code }} | +{{ e.fact_qty }} | +{{ e.turnin_struct_code }} | +{{ e.storagevehicle_code_in }} | +{{ e.qty }} | +{{ e.create_time }} | +{{ e.create_name }} | +