From e5872f3c05e1e3e88c1ad7eebcc94b61e653e7c5 Mon Sep 17 00:00:00 2001 From: wuwx <1960@qq.com> Date: Fri, 31 May 2024 16:53:04 +0800 Subject: [PATCH] =?UTF-8?q?uat=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- pages/index/instruct.vue | 81 +++++++------- pages/quality/edit.vue | 61 +++++++--- pages/receipt/details.vue | 6 +- pages/shipWork/abnormalSign.vue | 4 +- pages/shipWork/index.vue | 13 ++- pages/shipWork/mafiSign.vue | 4 +- pages/shipWork/mixSign.vue | 178 +++++++++++++++++++----------- pages/shipWork/mixWork.vue | 25 +++-- pages/shipWork/noticeSign.vue | 4 +- pages/shipWork/opinionAdd.vue | 8 ++ pages/shipWork/opinionSign.vue | 6 +- pages/shipWork/peopleAdd.vue | 117 ++++++++++---------- pages/shipWork/shiftAdd.vue | 99 +++++++++++------ pages/shipWork/supplySign.vue | 2 +- pages/shipWork/untieSign.vue | 2 +- pages/shipWork/workAssignAdd.vue | 6 + pages/shipWork/workAssignSign.vue | 2 +- 18 files changed, 382 insertions(+), 238 deletions(-) diff --git a/manifest.json b/manifest.json index e45aeb0..56e7349 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name" : "海通Pad", "appid" : "__UNI__F864E80", "description" : "", - "versionName" : "1.0.5", + "versionName" : "1.0.7", "versionCode" : "100", "transformPx" : false, /* 5+App特有相关 */ diff --git a/pages/index/instruct.vue b/pages/index/instruct.vue index 9ff2411..04a8a40 100644 --- a/pages/index/instruct.vue +++ b/pages/index/instruct.vue @@ -64,7 +64,7 @@ contentColor2="#FC4F00" />

已发送{{zTjList.totalSentCount}}

-

(暂停{{zTjList.totalPausedSentCount}})

+

未发{{zTjList.totalNotSentCount}}

@@ -82,7 +82,7 @@ contentColor2="#FC4F00" backColor="#f2f2f2" />

已发送{{item.totalSentCount}}

-

(暂停{{item.totalPausedSentCount}})

+

未发{{item.totalNotSentCount}}

@@ -324,7 +324,7 @@ contentColor="#0067CF" contentColor2="#FC4F00" />

已发送{{zTjList.branchSentCount}}

-

(暂停{{zTjList.branchPausedSentCount}})

+

未发{{zTjList.branchNotSentCount}}

@@ -342,7 +342,7 @@ contentColor2="#FC4F00" backColor="#f2f2f2" />

已发送{{item.branchSentCount}}

-

(暂停{{item.branchPausedSentCount}})

+

未发{{item.branchNotSentCount}}

@@ -739,18 +739,19 @@ - - - - {{item3.stowageNo}} - {{item3.potName}} - ({{item3.transitPortName}}) - {{item3.amount}} - + @@ -798,12 +800,13 @@ {{ item.shipSpace - index + 1 }} - + @@ -1294,7 +1297,7 @@ }) } }) - this.getQueryCheckRecord(0) // 获取勾选 + // this.getQueryCheckRecord(0) // 获取勾选 // if (this.tabsValue == 0) { // this.loadSumOrder() // 总指令:分页查询 // this.askDisabled = false @@ -1308,16 +1311,20 @@ this.getPotList() this.getImgInfo() this.getGoodsInfo() - this.getJobProgress() //获取卸船进度数据 - this.getCheckReaDots() //获取红点 - this.getTotalProgress() //获取装船总进度 + // this.getJobProgress() //获取卸船进度数据 + // this.getCheckReaDots() //获取红点 + // this.getTotalProgress() //获取装船总进度 }, mounted () { + this.getQueryCheckRecord(0) // 获取勾选 if (this.tabsValue == 0) { this.loadSumOrder() // 总指令:分页查询 this.askDisabled = false } this.getStatistics() // 获取统计数据 + this.getJobProgress() //获取卸船进度数据 + this.getCheckReaDots() //获取红点 + this.getTotalProgress() //获取装船总进度 }, components: { HeadView, @@ -1502,7 +1509,7 @@ let fsum = v.branchSentCount + v.branchNotSentCount this.$set(v, "fsum", fsum) }) - console.log(this.zTjList) + // console.log(this.zTjList) } }) }, @@ -1562,7 +1569,7 @@ v.flag = false // this.getBottomInfo(v.lwpId, index) }) - console.log(this.itemList) + // console.log(this.itemList) } }) }, @@ -1588,7 +1595,7 @@ }) }) this.$set(this.itemList[index], 'infoList', arr) - console.log('res.data.data',res.data.data); + // console.log('res.data.data',res.data.data); } }) }, @@ -1684,7 +1691,7 @@ }, // 指令下发确认 zlConfirm() { - console.log(this.directorTrue) + // console.log(this.directorTrue) if (this.directorTrue.length > 0) { let lwpIdList = [] if (this.tabsValue == 0) { @@ -1710,7 +1717,7 @@ method: 'POST', //请求方式,必须为大写 success: (res) => { this.$refs.popup.close() - console.log('res',res); + // console.log('res',res); if (res.data.status == 200 || res.data.data) { this.itemList = [] this.current = 1 @@ -1784,7 +1791,7 @@ }, method: 'PUT', //请求方式,必须为大写 success: (res) => { - console.log(res) + // console.log(res) if (res.data.status == 200) { this.itemList = [] this.current = 1 @@ -1888,7 +1895,7 @@ }, method: 'PUT', //请求方式,必须为大写 success: (res) => { - console.log(res) + // console.log(res) if (res.data.status == 200) { this.initAsk() uni.showToast({ @@ -2111,7 +2118,7 @@ success: (res) => { if (res.data.status == "200") { this.goodsInfo = res.data.data - console.log(this.goodsInfo) + // console.log(this.goodsInfo) if (this.imgInfo.whetherNormal == "0") { this.goodsInfo.reverse() } @@ -2169,7 +2176,7 @@ // ctx.draw(); // }, showItemDialog(item) { - console.log(item); + // console.log(item); }, getDynamicStyle(item, sum) { // 计算宽高\\ @@ -2232,7 +2239,7 @@ method: 'GET', //请求方式,必须为大写 success: (res) => { if (res.statusCode == 200) { - console.log(res) + // console.log(res) // this.qyList = res.data.data.records // this.qyList.forEach(v => { // if (v.remainSeatAmout == null) { @@ -2261,7 +2268,7 @@ // }) this.qyList = res.data.data - console.log(this.qyList) + // console.log(this.qyList) } } }) @@ -2444,7 +2451,7 @@ }, // 班组长打开弹框 openPOP(item) { - console.log(item); + // console.log(item); this.bzzPOPList = [] this.bzzPOPList.push(item) this.$refs.bzzPOP.open() diff --git a/pages/quality/edit.vue b/pages/quality/edit.vue index 929f045..cb2d642 100644 --- a/pages/quality/edit.vue +++ b/pages/quality/edit.vue @@ -65,7 +65,8 @@ -

船名/航次:*

+ +

船名/航次:

@@ -182,7 +183,10 @@