From 4d1970041100d31ff5444cb43da733a4730a83db Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Tue, 1 Nov 2022 16:37:10 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E5=8D=B7=E8=BF=9B=E7=AB=99?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/style/layout.css | 18 ++
pages.json | 15 ++
pages/ProductManage/ZjInStore.vue | 161 ++++++++++++++++++
pages/ProductManage/ZjOutStore.vue | 65 +++++--
pages/home/home.vue | 2 +-
.../uni-data-select/uni-data-select.vue | 3 +-
utils/getData2.js | 34 +++-
7 files changed, 277 insertions(+), 21 deletions(-)
create mode 100644 pages/ProductManage/ZjInStore.vue
diff --git a/common/style/layout.css b/common/style/layout.css
index 615cd2c..94f77f2 100644
--- a/common/style/layout.css
+++ b/common/style/layout.css
@@ -84,6 +84,7 @@ uni-button:after {
}
.filter_item {
display: flex;
+ align-items: center;
width: 100%;
margin-bottom: 10rpx;
}
@@ -110,6 +111,23 @@ uni-button:after {
.filter_label_1 {
line-height: 30rpx;
}
+.filter_search {
+ width: 100rpx;
+ height: 70rpx;
+ line-height: 70rpx;
+ font-size: 28rpx;
+ color: #323232;
+ text-align: center;
+ background-color: #fff;
+ border: 1px solid #ff6a00;
+ border-radius: 10rpx;
+ margin-left: 30rpx;
+}
+.filter_search_disabled {
+ background-color: #dcdfe6;
+ border: 1px solid #dcdfe6;
+ color: #fff;
+}
.filter_input_wraper {
flex: 1;
height: 80rpx;
diff --git a/pages.json b/pages.json
index d241153..9b6e893 100644
--- a/pages.json
+++ b/pages.json
@@ -66,6 +66,12 @@
"navigationStyle": "custom"
}
}
+ ,{
+ "path" : "pages/ProductManage/ZjInStore",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ }
,{
"path" : "pages/ProductManage/ZjOutStore",
"style": {
@@ -156,6 +162,15 @@
}
}
+ ,{
+ "path" : "pages/ProductManage/ZjInStore",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+
+ }
],
"globalStyle": {
// "pageOrientation": "landscape",
diff --git a/pages/ProductManage/ZjInStore.vue b/pages/ProductManage/ZjInStore.vue
new file mode 100644
index 0000000..c67ba89
--- /dev/null
+++ b/pages/ProductManage/ZjInStore.vue
@@ -0,0 +1,161 @@
+
+
+
+
+
+
+ 设备
+
+
+
+
+
+ 点位
+
+
+
+ 查询
+
+
+ 区域
+
+
+
+
+
+
+
+
+
+
+ | 序号 |
+ 订单号 |
+ 子卷号 |
+ 机台编号 |
+ 分切组 |
+ 位置 |
+ 配送完成 |
+ 生产顺序 |
+ 生产日期 |
+
+
+
+
+
+
+ | {{Number(i) + 1}} |
+ {{e.mfg_order_name}} |
+ {{e.container_name}} |
+ {{e.point_code}} |
+ {{e.split_group}} |
+ {{e.delivery_code}} |
+ {{e.is_child_ps_ok}} |
+ {{e.manufacture_sort}} |
+ {{e.manufacture_date}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/ProductManage/ZjOutStore.vue b/pages/ProductManage/ZjOutStore.vue
index 94db6d4..72610f3 100644
--- a/pages/ProductManage/ZjOutStore.vue
+++ b/pages/ProductManage/ZjOutStore.vue
@@ -4,19 +4,31 @@
-
- 点位
-
+ 设备
-
+
+
+ 点位
+
+
+
+ 查询
+
区域
-
+
+
+
+
+
+
+
+
+
+ 末次下卷
@@ -75,7 +87,7 @@