From 5e5fed317b416f535ef0062c845585fe5ff3ffd6 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 14 Dec 2022 11:33:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E5=8D=B7=E5=A5=97=E7=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 4 +- pages/ProductManage/ZjCasing.vue | 139 +++++++++++++++++++---------- pages/ProductManage/ZjDelivery.vue | 69 ++++++++------ utils/getData2.js | 29 ++++-- 4 files changed, 158 insertions(+), 83 deletions(-) diff --git a/pages.json b/pages.json index f42a362..58e5c2d 100644 --- a/pages.json +++ b/pages.json @@ -73,7 +73,9 @@ ,{ "path" : "pages/ProductManage/ZjCasing", "style": { - "navigationStyle": "custom" + "navigationStyle": "custom", + "enablePullDownRefresh": true, + "onReachBottomDistance": 50 } } ,{ diff --git a/pages/ProductManage/ZjCasing.vue b/pages/ProductManage/ZjCasing.vue index d4e57c4..0442abe 100644 --- a/pages/ProductManage/ZjCasing.vue +++ b/pages/ProductManage/ZjCasing.vue @@ -3,9 +3,33 @@ + + 区域 + + + + - 点位 + 设备 + + + + + + + + 子卷号 + + + + + + + + 存放点位 - - 区域 - - - - - - - 设备 - - - - - - - - 子卷号 - - - - - @@ -57,7 +55,6 @@ 序号 选择 - 订单号 子卷号 机台编号 分切组 @@ -70,13 +67,13 @@ FRP管物料编码 FRP管物料描述 FRP管规格 + 订单号 {{Number(i) + 1}} - {{e.mfg_order_name}} {{e.container_name}} {{e.point_code}} {{e.split_group}} @@ -89,15 +86,17 @@ {{e.FRP_material}} {{e.FRP_description}} {{e.FRP_model}} + {{e.mfg_order_name}} + - + @@ -105,7 +104,7 @@