From 7074bf9db3cb6788698259e96e9ec6068a7c33cd Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 27 Feb 2023 14:23:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=88=87=E4=B8=8A=E6=96=99=E4=BA=BA?= =?UTF-8?q?=E5=B7=A5=E5=91=BC=E5=8F=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/style/layout.css | 3 + pages/ProductManage/SlittingFeeding.vue | 109 +++++++++++++++++++++++- utils/getData2.js | 16 ++++ 3 files changed, 124 insertions(+), 4 deletions(-) diff --git a/common/style/layout.css b/common/style/layout.css index 45da19a..af80069 100644 --- a/common/style/layout.css +++ b/common/style/layout.css @@ -283,6 +283,9 @@ uni-button:after { justify-content: center; align-items: center; } +.msg_wrapper_1 { + text-align: left; +} .msg_box { width: 90%; diff --git a/pages/ProductManage/SlittingFeeding.vue b/pages/ProductManage/SlittingFeeding.vue index c804e0e..8f9d69f 100644 --- a/pages/ProductManage/SlittingFeeding.vue +++ b/pages/ProductManage/SlittingFeeding.vue @@ -77,16 +77,51 @@ + + + + + 起点 + + + + + + 母卷号 + + + + + + 终点 + + + + + + + + + + + diff --git a/utils/getData2.js b/utils/getData2.js index 90c6a3f..5e8064b 100644 --- a/utils/getData2.js +++ b/utils/getData2.js @@ -429,6 +429,22 @@ export const feedingConfirm = (row) => request({ cut_rows: row } }) +// 1.3扫码起点带出母卷 +export const feedingQueryPoint = (code) => request({ + url:'api/pda/feeding/queryPoint', + data: { + point_code: code + } +}) +// 1.4人工呼叫 +export const feedingHandleConfirm = (code, cn, ncode) => request({ + url:'api/pda/feeding/handleConfirm', + data: { + point_code: code, + container_name: cn, + next_point_code: ncode + } +}) /** * 任务管理