From 000ec82331506b0fbb4b0b584c83f5955c96bff3 Mon Sep 17 00:00:00 2001
From: schry <2433098676@qq.com>
Date: Thu, 1 Jun 2023 16:26:31 +0800
Subject: [PATCH] =?UTF-8?q?=E8=BF=BD=E6=BA=AF=E6=9F=A5=E8=AF=A2=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/udi/trace/history/index.vue | 2 +-
src/views/udi/trace/manu/index.vue | 45 ++++++++++++++++++++++-----
src/views/udi/trace/task/index.vue | 33 +++++++++-----------
3 files changed, 53 insertions(+), 27 deletions(-)
diff --git a/src/views/udi/trace/history/index.vue b/src/views/udi/trace/history/index.vue
index 6540835..2eb638b 100644
--- a/src/views/udi/trace/history/index.vue
+++ b/src/views/udi/trace/history/index.vue
@@ -47,7 +47,7 @@
-
+
diff --git a/src/views/udi/trace/manu/index.vue b/src/views/udi/trace/manu/index.vue
index 2fb52b1..286379a 100644
--- a/src/views/udi/trace/manu/index.vue
+++ b/src/views/udi/trace/manu/index.vue
@@ -97,7 +97,7 @@
-
+
@@ -187,8 +187,8 @@
-
-
+
@@ -232,14 +232,14 @@
-
-
+
-
@@ -276,7 +276,7 @@
-
+
-
@@ -432,9 +432,36 @@ export default {
formView: {},
formViewCodeRel: {},
showSearch: true,
+ formateTraceType: null,
+ formatePackState: null
}
},
methods: {
+ formaterPackState(row){
+ if (row.packState == 1) {
+ this.formatePackState = "满箱"
+ return "满箱"
+ }else if (row.packState == 2){
+ this.formatePackState = "零箱"
+ return "零箱"
+ }else if (row.packState == 3){
+ this.formatePackState = "拼箱满箱"
+ return "拼箱满箱"
+ }else {
+ this.formatePackState = "拼箱零箱"
+ return "拼箱零箱"
+ }
+ },
+ formaterTraceType(row){
+ if (row.traceType == 1) {
+ this.formateTraceType = "源头查询"
+ return "源头查询"
+ }else {
+ this.formateTraceType = "现场检查查询"
+ return "现场检查查询"
+ }
+
+ },
hideSearch() {
this.showSearch = !this.showSearch;
},
@@ -500,10 +527,12 @@ export default {
page: 1,
limit: 10,
};
+ this.currentRow.billNo = null
this.listCodeRel = null,
this.getManuOrderList();
},
onSubmit(){
+ this.currentRow.billNo = null
this.filterQuery.page = 1;
this.getManuOrderList()
},
diff --git a/src/views/udi/trace/task/index.vue b/src/views/udi/trace/task/index.vue
index 61e6f9b..e217ea6 100644
--- a/src/views/udi/trace/task/index.vue
+++ b/src/views/udi/trace/task/index.vue
@@ -201,21 +201,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -245,7 +230,6 @@
>
-
@@ -277,8 +261,21 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+