diff --git a/pages/discharge/index.vue b/pages/discharge/index.vue
index e20cd86..3099e08 100644
--- a/pages/discharge/index.vue
+++ b/pages/discharge/index.vue
@@ -305,6 +305,9 @@
this.operationDate = ''
this.startDate = ''
this.endDate = ''
+ this.oneFlag = false
+ this.twoFlag = false
+ this.threeFlag = false
},
// 筛选确认
confirm() {
diff --git a/pages/discharge/instruct.vue b/pages/discharge/instruct.vue
index cd2b499..b2971b4 100644
--- a/pages/discharge/instruct.vue
+++ b/pages/discharge/instruct.vue
@@ -449,7 +449,7 @@
卸船进度
-
+
{{ item.label }}
-
+
{{ item.label }}
已装船:{{ item.progress }}
待卸船:{{ item.totalProgress - item.progress }}
-
+
@@ -282,7 +282,7 @@
-
+
{{ item.label }}
已装船:{{ item.progress }}
待卸船:{{ item.totalProgress - item.progress }}
-
+
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 70ddceb..efb8c4c 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -317,6 +317,9 @@
this.operationDate = ''
this.startDate = ''
this.endDate = ''
+ this.oneFlag = false
+ this.twoFlag = false
+ this.threeFlag = false
},
// 筛选确认
confirm() {
diff --git a/pages/index/instruct.vue b/pages/index/instruct.vue
index 3283cc7..e48f166 100644
--- a/pages/index/instruct.vue
+++ b/pages/index/instruct.vue
@@ -88,7 +88,7 @@
-
+
{{ item.label }}
已装船:{{ item.progress }}
待卸船:{{ item.totalProgress - item.progress }}
-
+
@@ -285,7 +285,7 @@
-
+
{{ item.label }}
已装船:{{ item.progress }}
待卸船:{{ item.totalProgress - item.progress }}
-
+
@@ -467,7 +467,7 @@
-
+
{{ item.label }}
已装船:{{ item.progress }}
待卸船:{{ item.totalProgress - item.progress }}
-
+
@@ -1977,7 +1977,7 @@
this.itemList = []
if(type == 'zzl') {
this.loadSumOrder()
- } else if(type == 'fzl') {
+ } else if(type == 'fzl' || type =='bzz') {
this.loadOtherOrder()
}
},