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