From f22e264b6c282f597a139f549025cb9120fe0da1 Mon Sep 17 00:00:00 2001 From: wk Date: 星期三, 23 十月 2024 09:49:06 +0800 Subject: [PATCH] feat:临时入场 --- pages/driver-page/delivery-my/delivery-my/delivery-my.vue | 104 ++++++++++++++++++++++++++-------------------------- 1 files changed, 52 insertions(+), 52 deletions(-) diff --git a/pages/driver-page/delivery-my/delivery-my/delivery-my.vue b/pages/driver-page/delivery-my/delivery-my/delivery-my.vue index df903b3..325f4d7 100644 --- a/pages/driver-page/delivery-my/delivery-my/delivery-my.vue +++ b/pages/driver-page/delivery-my/delivery-my/delivery-my.vue @@ -91,7 +91,7 @@ </view></uni-td> </uni-tr> </uni-table> - <u-form-item prop='contactPicture'> + <!-- <u-form-item prop='contactPicture'> <view class="label-text"> 鍘熷彂鍗曟嵁 </view> @@ -105,7 +105,7 @@ height="150" :previewFullImage="true" ></u-upload> - </u-form-item> + </u-form-item> --> <!-- <u-form-item labelWidth="20%" label="绌鸿溅鍑哄巶" borderBottom @@ -224,7 +224,7 @@ if (params.id) { this.id = params.id } - this.fileList1 = [] + // this.fileList1 = [] this.GetMyDelivery() uni.getStorage({ key: 'myDelivery', @@ -255,7 +255,7 @@ range: [{"value": 0,"label": "鍚�" },{"value": 1,"label": "鏄�"}], carNumShow: false, yuYueData: [], - fileList1: [], //鍥剧墖鍒楄〃 + // fileList1: [], //鍥剧墖鍒楄〃 contactPicture:"", registerFormModel: { phone: '', @@ -390,52 +390,52 @@ this.isInputOrigin = true; } }, - deletePic(event) { - this.changeisUploadimg(true); - this[`fileList${event.name}`].splice(event.index, 1); - }, - async afterRead(event) { - // 褰撹缃� mutiple 涓� true 鏃�, file 涓烘暟缁勬牸寮忥紝鍚﹀垯涓哄璞℃牸寮� - let lists = [].concat(event.file); - let fileListLen = this[`fileList${event.name}`].length; - lists.map(item => { - this[`fileList${event.name}`].push({ - ...item, - status: 'uploading', - message: '涓婁紶涓�' - }); - }); - for (let i = 0; i < lists.length; i++) { - const result = await this.uploadFilePromise(lists[i].url, event.name); - let item = this[`fileList${event.name}`][fileListLen]; - this[`fileList${event.name}`].splice( - fileListLen, - 1, - Object.assign(item, { - status: 'success', - message: '涓婁紶鎴愬姛', - url: result - }) - ); - fileListLen++; - } - }, - uploadFilePromise(url, num) { - return new Promise((resolve, reject) => { - let a = uni.uploadFile({ - url: BaseUrl + '/admin/sys-file/uploadUnToken', - filePath: url, - name: 'file', - success: res => { - if (num == 1) { - this.contactPicture = JSON.parse(res.data) - .data.url; - resolve(`${BaseUrl}${JSON.parse(res.data).data.url}`); - } - } - }); - }); - }, + // deletePic(event) { + // this.changeisUploadimg(true); + // this[`fileList${event.name}`].splice(event.index, 1); + // }, + // async afterRead(event) { + // // 褰撹缃� mutiple 涓� true 鏃�, file 涓烘暟缁勬牸寮忥紝鍚﹀垯涓哄璞℃牸寮� + // let lists = [].concat(event.file); + // let fileListLen = this[`fileList${event.name}`].length; + // lists.map(item => { + // this[`fileList${event.name}`].push({ + // ...item, + // status: 'uploading', + // message: '涓婁紶涓�' + // }); + // }); + // for (let i = 0; i < lists.length; i++) { + // const result = await this.uploadFilePromise(lists[i].url, event.name); + // let item = this[`fileList${event.name}`][fileListLen]; + // this[`fileList${event.name}`].splice( + // fileListLen, + // 1, + // Object.assign(item, { + // status: 'success', + // message: '涓婁紶鎴愬姛', + // url: result + // }) + // ); + // fileListLen++; + // } + // }, + // uploadFilePromise(url, num) { + // return new Promise((resolve, reject) => { + // let a = uni.uploadFile({ + // url: BaseUrl + '/admin/sys-file/uploadUnToken', + // filePath: url, + // name: 'file', + // success: res => { + // if (num == 1) { + // this.contactPicture = JSON.parse(res.data) + // .data.url; + // resolve(`${BaseUrl}${JSON.parse(res.data).data.url}`); + // } + // } + // }); + // }); + // }, lohOutLogin(){ this.$refs.regesterFormRef.validate().then(res => { if(this.daydata.orderType=='澶栬喘'){ @@ -453,7 +453,7 @@ ...this.registerFormModel, tmTaskCoalContact:{ coalName:this.daydata.productName, - contactPicture:this.contactPicture, + // contactPicture:this.contactPicture, skin:this.skin, hair:this.hair, clean:this.clean @@ -492,7 +492,7 @@ yyId:this.ids.id, ...this.registerFormModel, tmTaskCoalContact:{ - contactPicture:this.contactPicture, + // contactPicture:this.contactPicture, numDtoList:numDtoList } }, 'json').then(res => { -- Gitblit v1.9.1