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
+ }
+})
/**
* 任务管理