From 9e12cc016173ead0cfe107518feb762aa3014f5b Mon Sep 17 00:00:00 2001 From: Panzihang <819652404@qq.com> Date: Wed, 23 Aug 2023 17:42:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9=EF=BC=8C?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E4=BF=AE=E6=94=B9=208.23?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/createDataTable.js | 6 +- components/head-info/head-info.vue | 13 +- pages/index/index.vue | 132 +----- pages/index/instruct.vue | 209 +++++---- pages/index/instructDetails.vue | 361 +++++++-------- pages/index/place.vue | 358 +++++++++++++++ pages/login/index.vue | 14 +- pages/quality/edit.vue | 10 + pages/shipWork/abnormal.vue | 137 +++++- pages/shipWork/abnormalAdd.vue | 29 +- pages/shipWork/documentList.vue | 77 +++- pages/shipWork/index.vue | 9 +- pages/shipWork/mafi.vue | 139 +++++- pages/shipWork/mafiAdd.vue | 31 +- pages/shipWork/mixWork.vue | 183 ++++++-- pages/shipWork/notice.vue | 137 +++++- pages/shipWork/noticeAdd.vue | 31 +- pages/shipWork/opinion.vue | 137 +++++- pages/shipWork/opinionAdd.vue | 29 +- pages/shipWork/patrol.vue | 127 +++++- pages/shipWork/patrolAdd.vue | 29 +- pages/shipWork/peopleAdd.vue | 33 +- pages/shipWork/shiftAdd.vue | 83 ++-- pages/shipWork/shiftDetails.vue | 12 +- pages/shipWork/sign.vue | 8 +- pages/shipWork/supply.vue | 138 +++++- pages/shipWork/supplyAdd.vue | 29 +- pages/shipWork/untieAdd.vue | 32 +- pages/shipWork/untieCord.vue | 140 +++++- pages/shipWork/workAssign.vue | 141 +++++- pages/shipWork/workAssignAdd.vue | 30 +- static/images/carInfo.png | Bin 0 -> 3569 bytes static/images/goodsImg.png | Bin 0 -> 1915 bytes static/images/goodsImg2.png | Bin 0 -> 1447 bytes static/images/shipWork/hc.png | Bin 0 -> 1973 bytes uni_modules/uni-notice-bar/changelog.md | 18 + .../uni-notice-bar/uni-notice-bar.vue | 426 ++++++++++++++++++ uni_modules/uni-notice-bar/package.json | 87 ++++ uni_modules/uni-notice-bar/readme.md | 13 + 39 files changed, 2560 insertions(+), 828 deletions(-) create mode 100644 pages/index/place.vue create mode 100644 static/images/carInfo.png create mode 100644 static/images/goodsImg.png create mode 100644 static/images/goodsImg2.png create mode 100644 static/images/shipWork/hc.png create mode 100644 uni_modules/uni-notice-bar/changelog.md create mode 100644 uni_modules/uni-notice-bar/components/uni-notice-bar/uni-notice-bar.vue create mode 100644 uni_modules/uni-notice-bar/package.json create mode 100644 uni_modules/uni-notice-bar/readme.md diff --git a/common/createDataTable.js b/common/createDataTable.js index f645944..4be72d3 100644 --- a/common/createDataTable.js +++ b/common/createDataTable.js @@ -56,7 +56,7 @@ module.exports = { // 创建工班信息 workMessageRespList createWorkMessageRespList() { let sql = - 'CREATE TABLE if not exists workMessageRespList ("webId" text NOT NULL,"contactId" text,"vvyId" text,"vvyName" text,"loadType" text,"loadTypeName" text,"pwcType" text,"pwcTypeName" text,"workStartTime" text,"workEndTime" text,"tradeTypeName" text,"importExportFlagName" text,"spmName" text,"webStatus" text,"webDate" text, PRIMARY KEY("webId"));' + 'CREATE TABLE if not exists workMessageRespList ("webId" text NOT NULL,"contactId" text,"aId" text,"vvyId" text,"vvyName" text,"loadType" text,"loadTypeName" text,"pwcType" text,"pwcTypeName" text,"workStartTime" text,"workEndTime" text,"tradeTypeName" text,"importExportFlagName" text,"spmName" text,"webStatus" text,"webDate" text, PRIMARY KEY("webId"));' this.executeSql(sql) }, // 创建工班信息详细 workMessageRespInfoList @@ -68,13 +68,13 @@ module.exports = { // 创建工班信息翻仓 retallyMessageRespList createRetallyMessageRespList() { let sql = - 'CREATE TABLE if not exists retallyMessageRespList ("webId" text NOT NULL,"contactId" text,"vvyId" 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,"tradeTypeName" text,"importExportFlagName" text,"spmName" text,"editStatus" text,"webStatus" text,"webDate" text, PRIMARY KEY("webId"));' + 'CREATE TABLE if not exists retallyMessageRespList ("webId" text NOT NULL,"contactId" text,"aId" text,"vvyId" 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,"tradeTypeName" text,"importExportFlagName" text,"spmName" text,"editStatus" text,"webStatus" text,"webDate" text, PRIMARY KEY("webId"));' this.executeSql(sql) }, // 创建工班信息其他 infoRespList createInfoRespList() { let sql = - 'CREATE TABLE if not exists infoRespList ("webId" text NOT NULL,"contactId" text,"vvyId" text,"vvyName" text,"tecNum" text,"tecStartTm" text,"tecEndTm" text,"tecWeight" text,"tecVolume" text,"genNum" text,"genStartTm" text,"genEndTm" text,"genWeight" text,"genVolume" text,"auxRemark" text,"waitRemark" text,"workRemark" text,"tradeTypeName" text,"importExportFlagName" text,"spmName" text,"webStatus" text,"webDate" text, PRIMARY KEY("webId"));' + 'CREATE TABLE if not exists infoRespList ("webId" text NOT NULL,"contactId" text,"aId" text,"vvyId" text,"vvyName" text,"tecNum" text,"tecStartTm" text,"tecEndTm" text,"tecWeight" text,"tecVolume" text,"genNum" text,"genStartTm" text,"genEndTm" text,"genWeight" text,"genVolume" text,"auxRemark" text,"waitRemark" text,"workRemark" text,"tradeTypeName" text,"importExportFlagName" text,"spmName" text,"webStatus" text,"webDate" text, PRIMARY KEY("webId"));' this.executeSql(sql) }, // 创建系解缆 attachUnmoorRespList diff --git a/components/head-info/head-info.vue b/components/head-info/head-info.vue index 4d356e7..1b5a09d 100644 --- a/components/head-info/head-info.vue +++ b/components/head-info/head-info.vue @@ -285,18 +285,16 @@ } .popupBox { - width: 500px; - height: 400px; + width: 400px; + height: 330px; overflow: scroll; padding: 30px; .ul { - display: felx; - flex-direction: column; - justify-content: space-between; - .li { - padding: 15px 0px; + height: 60px; + line-height: 60px; + text-align: center; border: 1px solid #ccc; border-radius: 4px; margin-bottom: 10px; @@ -314,7 +312,6 @@ .btn { flex: 1; - padding: 10px 0; margin: 10px 20px; } } diff --git a/pages/index/index.vue b/pages/index/index.vue index 9e47faa..13c7be5 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -13,12 +13,6 @@ @select="shipSelect"> - - - - - - @@ -60,8 +54,6 @@ diff --git a/pages/index/instructDetails.vue b/pages/index/instructDetails.vue index 125fc19..0e84253 100644 --- a/pages/index/instructDetails.vue +++ b/pages/index/instructDetails.vue @@ -1,213 +1,133 @@