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 @@