From fef5854a568c5a631f794fc4f2f074dbea67ec74 Mon Sep 17 00:00:00 2001 From: wuwx <1960@qq.com> Date: Fri, 19 Apr 2024 16:21:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/createDataTable.js | 2 +- pages/discharge/instruct.vue | 33 ++++---- pages/index/domesticTrade.vue | 25 +++--- pages/index/index.vue | 2 + pages/index/instruct.vue | 52 ++++++++---- pages/monitor/index.vue | 23 +++--- pages/shipWork/abnormalAdd.vue | 48 ++++++++++- pages/shipWork/documentList.vue | 6 +- pages/shipWork/index.vue | 54 +++++++++++-- pages/shipWork/mafiAdd.vue | 48 ++++++++++- pages/shipWork/mixSign.vue | 130 +++++++++++++++++++++++------- pages/shipWork/noticeAdd.vue | 32 +++++++- pages/shipWork/opinionAdd.vue | 33 +++++++- pages/shipWork/opinionSign.vue | 21 ++++- pages/shipWork/patrolAdd.vue | 65 ++++++++++++--- pages/shipWork/peopleAdd.vue | 16 +++- pages/shipWork/shiftAdd.vue | 33 ++++++-- pages/shipWork/shiftDetails.vue | 8 +- pages/shipWork/sign.vue | 10 +++ pages/shipWork/supplyAdd.vue | 49 ++++++++++- pages/shipWork/supplySign.vue | 16 ++++ pages/shipWork/untieAdd.vue | 40 ++++++++- pages/shipWork/untieSign.vue | 22 ++++- pages/shipWork/workAssignAdd.vue | 16 +++- pages/shipWork/workAssignSign.vue | 17 +++- upDate.js | 86 ++++++++++++++++++++ 26 files changed, 742 insertions(+), 145 deletions(-) create mode 100644 upDate.js diff --git a/common/createDataTable.js b/common/createDataTable.js index 5367358..c41630a 100644 --- a/common/createDataTable.js +++ b/common/createDataTable.js @@ -188,7 +188,7 @@ module.exports = { // 创建下拉数据 shipOption createShipOption() { let sql = - 'CREATE TABLE if not exists shipOption ("dictionariesName" text,"ptrCode" text,"ptrDesc" text,"webId" text NOT NULL,"vtpId" text,"webStatus" text,"webDate" text, PRIMARY KEY("webId"));' + 'CREATE TABLE if not exists shipOption ("dictionariesName" text,"ptrCode" text,"ptrDesc" text,"ptrEnDesc" text,"webId" text NOT NULL,"vtpId" text,"webStatus" text,"webDate" text, PRIMARY KEY("webId"));' this.executeSql(sql) }, // 创建单证签名表 workSignTable diff --git a/pages/discharge/instruct.vue b/pages/discharge/instruct.vue index 93cdeb5..d902e03 100644 --- a/pages/discharge/instruct.vue +++ b/pages/discharge/instruct.vue @@ -99,9 +99,9 @@ @@ -292,9 +292,9 @@ - - + @@ -467,9 +467,9 @@ @@ -2086,12 +2086,13 @@ } .exp { - width: 100%; + width: 49%; background: #FFFFFF; border-radius: 8px; padding: 16px; padding-right: 0; position: relative; + margin-top: 10px; } /deep/.waterfalls-flow { diff --git a/pages/index/domesticTrade.vue b/pages/index/domesticTrade.vue index 1943861..2ded570 100644 --- a/pages/index/domesticTrade.vue +++ b/pages/index/domesticTrade.vue @@ -39,7 +39,7 @@ 指令发送进度 装船进度 - + 按提单 按品牌 按港口 @@ -103,8 +103,9 @@ @@ -236,7 +237,7 @@ 指令发送进度 装船进度 - + 按提单 按品牌 按港口 @@ -301,8 +302,9 @@ - - + @@ -1876,12 +1878,13 @@ } .exp { - width: 100%; + width: 49%; background: #FFFFFF; border-radius: 8px; padding: 16px; padding-right: 0; position: relative; + margin-top: 10px; } /deep/.waterfalls-flow { diff --git a/pages/index/index.vue b/pages/index/index.vue index 58af7e2..b90c6db 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -109,6 +109,7 @@