From 95e39ae7aecd6e1016c71cf5ae70a680d8f569bb Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期二, 29 四月 2025 10:48:30 +0800 Subject: [PATCH] 上传最新代码 --- 代码管理/淮安PDA/pages/stash/receiveorderoutbound.vue | 121 +++++++++++++++++++++++++-------------- 1 files changed, 77 insertions(+), 44 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/receiveorderoutbound.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/receiveorderoutbound.vue" index f77f363..a24cf23 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/receiveorderoutbound.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/receiveorderoutbound.vue" @@ -8,7 +8,7 @@ <uni-forms-item :label="label" style="margin-top: -20px;"></uni-forms-item> <!-- <uni-forms-item label="鍗曟嵁绫诲瀷锛氱敓浜ч鏂欏崟" style="margin-top: -20px;"></uni-forms-item> --> <uni-forms-item label="鍐呯鐮侊細" style="margin-top: -20px;"> - <uni-easyinput type="text" placeholder="璇锋壂鎻忓唴绠辩爜" ref='midInput' :focus="focus" + <uni-easyinput type="text" placeholder="璇锋壂鎻忓唴绠辩爜" ref='midInput' :focus="!focus" v-model="innerCode" @input="innercodeInput" /> </uni-forms-item> <uni-forms-item :label="PurchaseOrderNo" style="margin-top: -20px;"></uni-forms-item> @@ -22,10 +22,19 @@ </uni-forms-item> </uni-forms> <uni-forms-item> - <button @click="submit" type="primary" size="default" style="margin-top: 2%;">纭鏀惰揣</button> + <view class="uni-flex uni-row" style="justify-content: space-between;margin-top: 2%;height: 45px;width: 520rpx;margin: 0px auto;"> + <view> + <button @click="resetReceive" type="default" size="default" style="width: 200rpx;border: 1rpx solid #007aff;color: #007aff;">閲嶇疆</button> + </view> + <view> + <button @click="submit" type="primary" size="default" style="width: 220rpx;">纭鏀惰揣</button> + </view> + </view> </uni-forms-item> <uni-forms-item> - <button @click="submit1" type="primary" size="default" style="margin-top: 2%;">瀹屾垚鏀惰揣</button> + <view style="margin-top: 2%;height: 45px;width: 520rpx;margin: 0px auto;"> + <button @click="submit1" type="primary" size="default" style="margin-top: 2%;backgroundColor:#1AAD19;borderColor:#1AAD19">瀹屾垚鏀惰揣</button> + </view> </uni-forms-item> </view> </view> @@ -49,6 +58,8 @@ <view>鏀惰揣鍗曞彿锛歿{orderNo}}</view> <view>閲囪喘鍗曞彿锛歿{item.purchaseOrderNo}}</view> <view>鐗╂枡缂栧彿锛歿{item.materielCode}}</view> + <view>鐗╂枡鍚嶇О锛歿{item.materielName}}</view> + <view>鐗╂枡瑙勬牸锛歿{item.materielSpec}}</view> <view>鎵规鍙凤細{{item.lotNo}}</view> <view>鏀惰揣鏁伴噺锛歿{item.receivedQuantity}}</view> <view>鏄惁璐ㄦ锛歿{item.ifInspection==1?"鏄�":"鍚�"}}</view> @@ -192,7 +203,7 @@ remaindQty: "瀹為檯鏁伴噺锛�", tagFocus: true, numberFocus: false, - focus: true, + focus: false, tag: "", number: "", tagmatCode: "鐗╂枡缂栫爜锛�", @@ -253,12 +264,25 @@ this.itemCode = itemCode; this.$refs.inputDialog.open() }, - voiceSpeech(src) { - innerAudioContext.src = src; // '../../static/success.mp3'; - innerAudioContext.play(); - }, + // voiceSpeech(src) { + // innerAudioContext.src = src; // '../../static/success.mp3'; + // innerAudioContext.play(); + // }, search() { this.getData(); + }, + resetReceive(){ + this.PurchaseOrderNo="閲囪喘鍗曞彿锛�"; + this.matCode="鐗╂枡缂栫爜锛�"; + this.LotNo="鐗╂枡鎵规锛�"; + this.orderQty="璁㈠崟鏁伴噺锛�"; + this.ProductionDate="鐢熶骇鏃ユ湡锛�"; + this.EffectiveDate="鏈夋晥鏃ユ湡锛�"; + this.Quantity=""; + setTimeout(() => { + this.innerCode=""; + this.focus=false; + }, 10); }, releasebox() { if (this.releasevalue.length == 0) { @@ -375,12 +399,23 @@ this.$u.post('/api/ReceiveOrderDetail/AddReceiveOrderDetail?serNum=' + this.sns + '&orderNo=' + this .orderNo, {}).then(res => { if (res.status) { + this.PurchaseOrderNo="閲囪喘鍗曞彿锛�"; + this.matCode="鐗╂枡缂栫爜锛�"; + this.LotNo="鐗╂枡鎵规锛�"; + this.orderQty="璁㈠崟鏁伴噺锛�"; + this.ProductionDate="鐢熶骇鏃ユ湡锛�"; + this.EffectiveDate="鏈夋晥鏃ユ湡锛�"; + this.Quantity=""; + setTimeout(() => { + this.innerCode=""; + this.focus=false; + }, 100); + this.orderInfo=[]; + this.sns = ""; this.$refs.uToast.show({ title: "纭鏀惰揣鎴愬姛", type: "success" }) - this.orderInfo=[]; - this.sns = ""; } else { this.$refs.uToast.show({ title: res.message, @@ -455,6 +490,7 @@ }) }, onClickItem(e) { + console.log(1) this.focus = false; this.addressFocus = false; if (this.current !== e.currentIndex) { @@ -486,45 +522,42 @@ return; } var innerCode = this.innerCode; - setTimeout(() => { - this.innerCode = ""; - }, 10); - - this.$u.post('/api/MaterielInfo/CodeAnalysis?serNum=' + innerCode, {}).then((res) => { - if (res.status) { - this.sns = res.data.serialNumber; - // this.matInfos.splice(0, this.matInfos.length); - // this.matInfos.push(res.data); - this.matCode = "鐗╂枡缂栫爜锛�" + res.data.materielCode; - this.LotNo = "鐗╂枡鎵规锛�" + res.data.lotNo; - this.PurchaseOrderNo = "閲囪喘鍗曞彿锛�" + res.data.purchaseOrderNo; - this.EffectiveDate = "鏈夋晥鏃ユ湡锛�" + res.data.effectiveDate; - this.ProductionDate = "鐢熶骇鏃ユ湡锛�" + res.data.productionDate; - this.orderQty = "璁㈠崟鏁伴噺锛�" + res.data.quantity; - this.Quantity = res.data.quantity; - if (!res.status) { + //灏唅nnerCode,SC鍚庨潰鐨勮繘琛屾浛鎹㈢┖ + if(this.warehouseId==11){ + innerCode=innerCode.replace(/,SC.*/, ''); + } + + if(innerCode.indexOf("POHA")>0){ + this.$u.post('/api/MaterielInfo/CodeAnalysis?serNum=' + innerCode, {}).then((res) => { + if (res.status) { + this.sns = res.data.serialNumber; + // this.matInfos.splice(0, this.matInfos.length); + // this.matInfos.push(res.data); + this.matCode = "鐗╂枡缂栫爜锛�" + res.data.materielCode; + this.LotNo = "鐗╂枡鎵规锛�" + res.data.lotNo; + this.PurchaseOrderNo = "閲囪喘鍗曞彿锛�" + res.data.purchaseOrderNo; + this.EffectiveDate = "鏈夋晥鏃ユ湡锛�" + res.data.effectiveDate; + this.ProductionDate = "鐢熶骇鏃ユ湡锛�" + res.data.productionDate; + this.orderQty = "璁㈠崟鏁伴噺锛�" + res.data.quantity; + this.Quantity = res.data.quantity; + // setTimeout(() => { + // this.voiceSpeech('../../static/success.mp3'); + // }, 100); + } else { this.$refs.uToast.show({ title: res.message, type: "error" }) - setTimeout(() => { - this.voiceSpeech('../../static/fail.mp3'); - }, 100); - return; + // setTimeout(() => { + // this.voiceSpeech('../../static/fail.mp3'); + // }, 100); } - setTimeout(() => { - this.voiceSpeech('../../static/success.mp3'); - }, 100); - } else { - this.$refs.uToast.show({ - title: res.message, - type: "error" - }) - setTimeout(() => { - this.voiceSpeech('../../static/fail.mp3'); - }, 100); - } - }) + }) + } + setTimeout(() => { + this.innerCode = ""; + this.focus=true; + }, 100); }) }, tagInput() { -- Gitblit v1.9.3