From c612912d4132e4d7b4a58279071fac837891c381 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期五, 27 九月 2024 17:08:25 +0800 Subject: [PATCH] feat:库管确认装卸毛重净重按条件显示,司机填原发信息增加限制 --- pages/public-page/forward/forward.vue | 149 +++++++++++++++++++++++++++++++++++++------------ 1 files changed, 113 insertions(+), 36 deletions(-) diff --git a/pages/public-page/forward/forward.vue b/pages/public-page/forward/forward.vue index d3a0cb2..db7585b 100644 --- a/pages/public-page/forward/forward.vue +++ b/pages/public-page/forward/forward.vue @@ -15,7 +15,7 @@ <u-notice-bar :text="text" :fontSize="30"></u-notice-bar> <view class="notice-icon" - style="background: url('https://mx.jzeg.cn:9096/appimg/image/banner/notice.png') no-repeat;background-size: cover; width: 42rpx;height: 42rpx;"> + style="background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/notice.png') no-repeat;background-size: cover; width: 42rpx;height: 42rpx;"> </view> </view> <view v-else-if="roleType == 2" @@ -73,7 +73,9 @@ </u-checkbox-group> </view> </u-form-item> + </u--form> + <view><u-button v-if="/鑱氭隘涔欑儻鏍戣剛/.test(this.productName) && isShow" text="鍒嗛厤鏃ヨ鍒掑惃鏁�" type="primary" :plain="true" @click="todoFenPei(val)"></u-button></view> </view> </view> </view> @@ -88,17 +90,25 @@ :hairline="false" @click.stop="addForm" :disabled="whetherClick"></u-button></view> + <!--鍒嗕韩鏃ヨ鍒� --> + <view + class="AdddBtn" v-if="isshow && roleType!== 2 "><u-button text="鍒嗕韩鏃ヨ鍒�" + :hairline="false" + open-type="share" + :loading='loading'></u-button></view> <!-- 鎻愪氦鎸夐挳 --> - <view class="forwardBtn"><u-button text="鎻愪氦" + <view + class="forwardBtn"><u-button text="鎻愪氦" :hairline="false" type="warning" @click.stop="submitForm" :disabled="whetherClick1" :loading='loading'></u-button></view> + </view> <!-- 澧炲姞鎸夐挳 --> - <!-- 閫夋嫨璐т唬鎴栬溅闃熷脊鍑烘 --> + <!-- 閫夋嫨鎵胯繍鍟嗘垨杞﹂槦寮瑰嚭妗� --> <view class="selectHuoDaiOrFleet-container"> <u-popup :show="selectPopupShow" mode="bottom" @@ -152,35 +162,57 @@ export default { onLoad(params) { console.log(params, '杞彂椤甸潰鐨勫弬鏁�'); + let reg=RegExp(/閿�/) + this.isshow=!reg.test(params.orderType) + this.productName = params.productName; + this.customerId = params.customerId; + this.pvcPlanMeasure = params.pvcPlanMeasure; // 瀹㈡埛 this.cars2 = Number(params.cars2); this.tempcarNumSurplus1 = this.carNumSurplus1 = Number(params.carNumSurplus1 || 0); - // 璐т唬 + // 鎵胯繍鍟� this.carNum = Number(params.carNum); this.carNumSurplusHuodai = this.forwardSurplus = Number(params.carNumSurplusHuodai || 0); this.orderPlanId = params.orderPlanId; // 鍒ゆ柇鏄惁杞彂瀹屾垚 瀹屾垚鍒欎笉鍙啀娣诲姞 - if (this.roleType === 1) { + if (this.roleType === 1) { //roleType 1瀹㈡埛 this.whetherClick = this.carNumSurplus1 === 0 - } else if (this.roleType === 2) { + } else if (this.roleType === 2) { //roleType 2鎵胯繍鍟� this.whetherClick = this.forwardSurplus === 0 } this.getOrderPlan() }, + onShareAppMessage(res) { + 銆�銆�if (res.from === 'button') {// 鏉ヨ嚜椤甸潰鍐呭垎浜寜閽� + 銆�銆�銆�銆�console.log(res.target) + 銆�銆�} + 銆�銆�return { + 銆�銆�銆�銆�title: '鍒嗕韩鏃ヨ鍒�', + 銆�銆�銆�銆�path: 'pages/driver-page/delivery-my/delivery-my/delivery-my?'+ `id=${this.orderPlanId}` + 銆�銆�} + + }, + + data() { return { + isshow:false, + pvcPlanMeasure:'', forwardSurplus: 0, paramsName: {}, + productName:'', + customerId:'', huoDaiData: [], + isClickFlag:true,// true 鍙互 or false for forward and back to the direction of the car direction (default fleetData: [], // 鏃ヨ鍒抜d orderPlanId: '', - jhOrderPlanForwardList: [{ - orderPlanId: '', - name: '', - carNum: null, - xsUserId: 0, - fleetId: 0, + jhOrderPlanForwardList: [{ //杞彂瀵硅薄 + orderPlanId: '', //鏃ヨ鍒扞d + name: '', //杞﹂槦鎴栨壙杩愬晢鍚嶇О + carNum: null, //杞彂鏁伴噺 + xsUserId: 0, //鎵胯繍鍟咺d + fleetId: 0, //杞﹂槦Id checkboxValue1: '', //鍏ㄩ儴杞彂 isSelected: false }], @@ -188,11 +220,11 @@ index: '', checkboxValue1: '', selectPopupShow: false, - list1: [{ name: '杞﹂槦' }, { name: '璐т唬' }], + list1: [{ name: '杞﹂槦' }], //{ name: '鎵胯繍鍟�' } tabHuoDai: false, - carNumSurplus1: '', + carNumSurplus1: '', //鍓╀綑鐨勬敹鍙戝崟鏁伴噺锛堣浆鍙戠殑鏁伴噺 - 棰嗗彇鐨勬暟閲忥級 tempcarNumSurplus1: '', - cars2: '', + cars2: '', //宸茬粡棰嗗彇鐨勮溅鏁� carNum: '', carNumSurplusHuodai: '', formNum: 1, @@ -209,6 +241,7 @@ }], loading: false, //鎻愪氦loading originForwardName: '', //鍘熻浆鍙戝璞� + isShow:false, laterForwardName: '', //鍚庤浆鍙戝璞� errorDataList: [], // 閿欒鏁版嵁 isDirectAdd: false, // 鏄惁鏄湪鍘熸潵鏈夊璞$殑item淇敼 鏄殑涓簍rue @@ -217,6 +250,8 @@ }, onShow() { this.init(); + this.getBuild(); + // this.getOrderPlan(); if (this.roleType == 2) { this.list1.splice(1, 1); this.tabHuoDai = false; @@ -227,10 +262,10 @@ return uni.getStorageSync('roleType'); }, text() { - return `宸查鍙�${this.cars2}寮犳彁鐓ゅ崟,鍓╀綑${this.carNumSurplus1}寮犳彁鐓ゅ崟`; + return `宸查鍙�${this.cars2}寮犳敹鍙戝崟,鍓╀綑${this.carNumSurplus1}寮犳敹鍙戝崟`; }, text1() { - return `宸叉嫢鏈�${this.carNum}寮犳彁鐓ゅ崟,鍓╀綑${this.carNumSurplusHuodai}寮犳彁鐓ゅ崟`; + return `宸叉嫢鏈�${this.carNum}寮犳敹鍙戝崟,鍓╀綑${this.carNumSurplusHuodai}寮犳敹鍙戝崟`; } }, methods: { @@ -240,6 +275,12 @@ }) this.$reqGet('forwardList', { OrderPlanId: this.orderPlanId }).then(res => { uni.hideLoading() + if(res.data.length){ + this.isShow = true; + }else{ + this.isShow = false; + + } if (res.data.length !== 0 && this.roleType == 1) { this.jhOrderPlanForwardList = res.data.map((item, index) => { return { @@ -281,6 +322,15 @@ }).catch(e => { uni.hideLoading() }) + }, + getBuild(){ + console.log(this.productName,'opr') + if(/鑱氭隘涔欑儻鏍戣剛/.test(this.productName)){ + this.$reqGet('getBuildList',{orderPlanId:this.orderPlanId,customerId:this.customerId}).then(res=>{ + console.log(res,'resss') + }) + } + }, // 杩斿洖涓婁竴椤� back() { @@ -350,7 +400,7 @@ this.calculate(this.jhOrderPlanForwardList); } }, - // 鑾峰彇璐т唬鍒楄〃 + // 鑾峰彇鎵胯繍鍟嗗垪琛� getAllHuoDaiByCustomerId() { this.$reqGet('getAllHuoDaiByCustomerId').then(res => { this.huoDaiData = res.data; @@ -362,19 +412,24 @@ this.fleetData = res.data; }); }, - // 杞彂 + // 杞彂瀵硅薄 forwardObjectClick(index, name, id) { + if(!id){ this.selectPopupShow = true; this.index = index; this.originForwardName = name || '' this.isDirectAdd = this.originForwardName !== '' this.forwardId = id + }else{ + return + } + }, selectPopupClose() { this.selectPopupShow = false; }, selectPopupOpen() {}, - // 杞彂閫夋嫨璐т唬 + // 杞彂閫夋嫨鎵胯繍鍟� forwardHuoDaiObjectSelect(item, index) { this.$nextTick(() => { // let isableAdd = this.jhOrderPlanForwardList.filter(v => item.name === v.name); @@ -397,7 +452,7 @@ // }) // this.selectPopupShow = false; // } else { - // this.$u.toast('鎻愮叅鍗曞墿浣欐暟涓�0鎴栧凡娣诲姞'); + // this.$u.toast('鏀跺彂鍗曞墿浣欐暟涓�0鎴栧凡娣诲姞'); // this.selectPopupShow = true; // } // } else { @@ -410,7 +465,7 @@ this.jhOrderPlanForwardList[this.index].xsUserId = item.userId; this.jhOrderPlanForwardList[this.index].name = item.name; this.jhOrderPlanForwardList[this.index].fleetId = 0; - this.jhOrderPlanForwardList[this.index].forWardType = 1; + this.jhOrderPlanForwardList[this.index].forWardType = 1; //forWardType 杞彂绫诲瀷 鎵胯繍鍟�1 杞﹂槦2 } // } }); @@ -438,10 +493,11 @@ // }) // this.selectPopupShow = false; // } else { - // this.$u.toast('鎻愮叅鍗曞墿浣欐暟涓�0鎴栧凡娣诲姞'); + // this.$u.toast('鏀跺彂鍗曞墿浣欐暟涓�0鎴栧凡娣诲姞'); // this.selectPopupShow = true; // } // } else { + console.log(this.jhOrderPlanForwardList,item,'jhOrderPlanForwardList') let isableAdd = this.jhOrderPlanForwardList.filter(v => item.name === v.name); if (isableAdd.length > 0) { this.$u.toast('瀛樺湪閲嶅娣诲姞'); @@ -456,25 +512,25 @@ // } }); }, - // 璁$畻鎻愮叅鍗曟暟閲忥紝娣诲姞鎴栧垹闄ゆ椂璋冪敤 + // 璁$畻鏀跺彂鍗曟暟閲忥紝娣诲姞鎴栧垹闄ゆ椂璋冪敤 calculate(arr) { let total = arr.reduce((prev, cur) => { return cur.carNum + prev; }, 0); - console.log(total, '鎻愮叅鍗曚竴鍏辩殑鏁版嵁'); - //roleType 1瀹㈡埛 2 璐т唬 3鍙告満 5瑁呭嵏鍛� + console.log(total, '鏀跺彂鍗曚竴鍏辩殑鏁版嵁'); + //roleType 1瀹㈡埛 2 鎵胯繍鍟� 3鍙告満 5瑁呭嵏鍛� if (this.roleType == 1) { if (Number(this.cars2) > total) { this.carNumSurplus1 = Number(this.cars2) - total; this.whetherClick = false; this.whetherClick1 = false; - } else if (Number(this.cars2) == total) { //鍓╀綑鐨勬彁鐓ゅ崟涓�0锛堟坊鍔犮�佹彁浜ゆ寜閽笉鑳界偣鍑伙級 + } else if (Number(this.cars2) == total) { //鍓╀綑鐨勬敹鍙戝崟涓�0锛堟坊鍔犮�佹彁浜ゆ寜閽笉鑳界偣鍑伙級 this.whetherClick = true; this.whetherClick1 = false; this.carNumSurplus1 = Number(this.cars2) - total; } else { this.carNumSurplus1 = 0; - this.$u.toast('鍓╀綑鎻愮叅鍗曟暟閲忎笉瓒�'); + this.$u.toast('鍓╀綑鏀跺彂鍗曟暟閲忎笉瓒�'); this.whetherClick = true; this.whetherClick1 = true; } @@ -490,7 +546,7 @@ this.carNumSurplusHuodai = Number(this.carNum) - total; } else { this.carNumSurplusHuodai = 0; - this.$u.toast('鍓╀綑鎻愮叅鍗曟暟閲忎笉瓒�'); + this.$u.toast('鍓╀綑鏀跺彂鍗曟暟閲忎笉瓒�'); this.whetherClick = true; this.whetherClick1 = true; } @@ -500,7 +556,7 @@ let time; let that = this; that.$set(that.jhOrderPlanForwardList[index], 'carNum', Number(value)); - //forWardType 杞彂绫诲瀷 1璐т唬 2杞﹂槦 + //forWardType 杞彂绫诲瀷 1鎵胯繍鍟� 2杞﹂槦 that.$set(that.jhOrderPlanForwardList[index], 'forWardType', xsUserId ? 1 : 2); return (function() { if (!time) { @@ -578,6 +634,7 @@ }, // 鎻愪氦 submitForm() { + //杞︽暟 * 鍚ㄦ暟 < 璁″垝鍚ㄦ暟 let isPass = false; if (this.jhOrderPlanForwardList.length === 0) { this.$u.toast('璇疯嚦灏戦�夋嫨涓�缁勮浆鍙戝璞�'); @@ -588,22 +645,37 @@ this.$u.toast('璇疯緭鍏ュ悎娉曟暟瀛�'); isPass = false; return isPass; + } else if (!v.name){ + this.$u.toast('璇烽�夋嫨杞﹂槦'); + isPass = false; + return isPass; } else { isPass = true; return isPass; } }); + console.log(this.jhOrderPlanForwardList,'jhOderPlan') if (isPass) { this.loading = true; this.$reqPost('forward', this.jhOrderPlanForwardList, 'json').then(res => { console.log(res, 'zh'); // res.data.length == 0 鎻愪氦鎴愬姛 鍚﹀垯鎻愪氦澶辫触 - if (res.data.length == 0) { + if (res.code === 0) { this.loading = false this.$u.toast('鎻愪氦鎴愬姛'); - setTimeout(() => { + if(/鑱氭隘涔欑儻鏍戣剛/.test(this.productName)){ + setTimeout(()=>{ + uni + .navigateTo({ url: `/subPages/allocaTetonnage/index?orderPlanId=${this.orderPlanId}&customerId=${this.customerId}&status=${1}&pvcPlanMeasure=${this.pvcPlanMeasure}`}); + + },500) + + }else{ + setTimeout(() => { uni.navigateBack({ delta: 1 }); }, 1000); + } + } else { this.loading = false this.errorDataList = res.data @@ -615,11 +687,15 @@ } }, tabClick(item) { - if (item.name == '璐т唬') { + if (item.name == '鎵胯繍鍟�') { this.tabHuoDai = true; } else { this.tabHuoDai = false; } + }, + todoFenPei(val){ + uni + .navigateTo({ url: `/subPages/allocaTetonnage/index?orderPlanId=${this.orderPlanId}&customerId=${this.customerId}&fleetId=${val.fleetId}&pvcPlanMeasure=${this.pvcPlanMeasure}`}); } } }; @@ -714,7 +790,7 @@ .forward-card { margin-top: vww(10); width: 690rpx; - height: 275rpx; + height: 400rpx; background: #ffffff; box-shadow: 4rpx 6rpx 25rpx 0rpx rgba(73, 120, 240, 0.15); border-radius: 20rpx; @@ -784,11 +860,12 @@ } .utils-buttonGroup { - width: 610rpx; + width: 700rpx; @include flex; + justify-content: space-between; position: fixed; bottom: vww(30); - left: vww(30); + left: vww(18); z-index: 3; .AdddBtn, -- Gitblit v1.9.1