From 760d5fad98ce81c74270521748e96bc7efee1592 Mon Sep 17 00:00:00 2001 From: wuwx <1960@qq.com> Date: Thu, 9 May 2024 11:12:03 +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 +- components/head-info/head-info.vue | 100 ++++++++++++++++------------- pages/discharge/instruct.vue | 8 +++ pages/index/domesticTrade.vue | 8 +++ pages/index/instruct.vue | 8 +++ pages/login/index.vue | 7 +- pages/shipWork/index.vue | 5 +- pages/shipWork/mixSign.vue | 4 +- pages/shipWork/shiftAdd.vue | 10 ++- pages/shipWork/sign.vue | 5 ++ pages/shipWork/untieAdd.vue | 10 +-- 11 files changed, 105 insertions(+), 62 deletions(-) diff --git a/common/createDataTable.js b/common/createDataTable.js index 2e17f3f..30de7ca 100644 --- a/common/createDataTable.js +++ b/common/createDataTable.js @@ -98,7 +98,7 @@ module.exports = { // 创建工班信息翻仓 retallyMessageRespList createRetallyMessageRespList() { let sql = - 'CREATE TABLE if not exists retallyMessageRespList ("webId" text NOT NULL,"vtpId" text,"contactId" text,"aId" text,"reyVvyId" text,"vvyName" text,"retallyType" text,"retallyTypeName" text,"retallyOrigin" text,"retallyTerminus" text,"retallyStartTime" text,"retallyEndTime" text,"carType" text,"carTypeName" text,"goodsNumber" text,"goodsVolume" text,"goodsWeight" text,"mafiGroupNum" text,"editStatus" text,"webStatus" text,"webDate" text, PRIMARY KEY("webId"));' + 'CREATE TABLE if not exists retallyMessageRespList ("webId" text NOT NULL,"vtpId" text,"contactId" text,"aId" text,"reyVvyId" text,"vvyName" text,"retallyType" text,"retallyTypeName" text,"retallyOrigin" text,"retallyTerminus" text,"retallyStartTime" text,"retallyEndTime" text,"carType" text,"carTypeName" text,"goodsNumber" text,"goodsVolume" text,"goodsWeight" text,"mafiGroupNum" text,"mafiSize" text,"editStatus" text,"webStatus" text,"webDate" text, PRIMARY KEY("webId"));' this.executeSql(sql) }, // 创建工班信息其他 infoRespList diff --git a/components/head-info/head-info.vue b/components/head-info/head-info.vue index 7d9a371..e0957f6 100644 --- a/components/head-info/head-info.vue +++ b/components/head-info/head-info.vue @@ -9,10 +9,10 @@