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