From 710a10563219f060c6c57e462d38ef8cce974677 Mon Sep 17 00:00:00 2001 From: Panzihang <819652404@qq.com> Date: Tue, 1 Aug 2023 16:32:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/createDataTable.js | 2 +- pages/shipWork/brandDetails.vue | 59 ++++++-------------------- pages/shipWork/index.vue | 73 ++++++++++++++++++++++++++++++--- pages/shipWork/opinion.vue | 7 +--- pages/shipWork/opinionAdd.vue | 14 +------ pages/shipWork/sign.vue | 1 + 6 files changed, 86 insertions(+), 70 deletions(-) diff --git a/common/createDataTable.js b/common/createDataTable.js index d23e2af..5726317 100644 --- a/common/createDataTable.js +++ b/common/createDataTable.js @@ -81,7 +81,7 @@ module.exports = { createShipmentShipLoadPlansRespList() { console.log("创建作业查询表"); let sql = - 'CREATE TABLE if not exists shipmentShipLoadPlansRespList ("webId" text NOT NULL,"agentId" text,"agentName" text,"amount" text,"brdId" text,"brdName" text,"bvdId" text,"bvdName" text,"bvmId" text,"bvmName" text,"carHeight" text,"carLength" text,"carWidth" text,"customsDeclareNo" text,"customsDeclareStatus" text,"mnfBl" text,"potId" text,"potName" text,"sourceType" text,"vvyId" text,"vvyName" text,"yardPos" text, PRIMARY KEY("webId"));' + 'CREATE TABLE if not exists shipmentShipLoadPlansRespList ("webId" text NOT NULL,"agentId" text,"agentName" text,"amount" text,"brdId" text,"brdName" text,"bvdId" text,"bvdName" text,"bvmId" text,"bvmName" text,"carHeight" text,"carLength" text,"carWidth" text,"customsDeclareNo" text,"customsDeclareStatus" text,"mnfBl" text,"potId" text,"potName" text,"sourceType" text,"vvyId" text,"vvyName" text,"yardPos" text,"webStatus" text,"webDate" text, PRIMARY KEY("webId"));' this.executeSql(sql) }, executeSql(sql) { diff --git a/pages/shipWork/brandDetails.vue b/pages/shipWork/brandDetails.vue index b6553e9..44a6519 100644 --- a/pages/shipWork/brandDetails.vue +++ b/pages/shipWork/brandDetails.vue @@ -34,6 +34,7 @@