From c3877b2ebec19f473f45e8c2245926f65d2a3948 Mon Sep 17 00:00:00 2001 From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com> Date: 星期三, 10 九月 2025 09:26:23 +0800 Subject: [PATCH] 代码提交 --- 项目代码/LGPDA/pages/task/Outbound.vue | 48 ++++++++++++++++++++++++------------------------ 1 files changed, 24 insertions(+), 24 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/LGPDA/pages/task/Outbound.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/LGPDA/pages/task/Outbound.vue" index d912bcd..77a0902 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/LGPDA/pages/task/Outbound.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/LGPDA/pages/task/Outbound.vue" @@ -10,8 +10,8 @@ placeholder="璇疯緭鍏ユ墭鐩樼紪鐮�" ref='midInput' /> </uni-forms-item> <uni-forms-item label="鍑哄簱搴撲綅"> - <uni-easyinput type="text" :focus="istrue" v-model="SourceAddress" - placeholder="璇疯緭鍏ュ嚭搴撳簱浣�" ref='midInput' /> + <uni-easyinput type="text" :focus="istrue" v-model="SourceAddress" placeholder="璇疯緭鍏ュ嚭搴撳簱浣�" + ref='midInput' /> </uni-forms-item> </uni-forms> <button @click="InboundTask" type="primary" size="default" style="margin-top: 2%;">鍑哄簱</button> @@ -22,8 +22,8 @@ <view style="padding: 5%;"> <uni-forms label-width="120"> <uni-forms-item label="鍑哄簱搴撲綅"> - <uni-easyinput type="text" :focus="!barcodefocus" @input="inputChangebarcode" v-model="StartAddress" - placeholder="璇疯緭鍏ュ嚭搴撳簱浣�" ref='midInput' /> + <uni-easyinput type="text" :focus="!barcodefocus" @input="inputChangebarcode" + v-model="StartAddress" placeholder="璇疯緭鍏ュ嚭搴撳簱浣�" ref='midInput' /> </uni-forms-item> </uni-forms> <button @click="SamplingInboundTask" type="primary" size="default" style="margin-top: 2%;">鎶芥鍑哄簱</button> @@ -43,7 +43,7 @@ range: [], StartAddress: "", PalletCode: "", - SourceAddress:"", + SourceAddress: "", items: ['鍑哄簱', '鎶芥鍑哄簱'], current: 0 } @@ -52,22 +52,22 @@ // this.getEndLocations(); // }, methods: { - carNoInputChange() { - this.istrue = false; - this.$nextTick(function(x) { - if (this.barcode != '') { - this.istrue = true; - } - }) - }, - inputChangebarcode() { - this.barcodefocus = false; - this.$nextTick(function(x) { - if (this.barcode != '') { - this.barcodefocus = true; - } - }) - }, + // carNoInputChange() { + // this.istrue = false; + // this.$nextTick(function(x) { + // if (this.barcode != '') { + // this.istrue = true; + // } + // }) + // }, + // inputChangebarcode() { + // this.barcodefocus = false; + // this.$nextTick(function(x) { + // if (this.barcode != '') { + // this.barcodefocus = true; + // } + // }) + // }, onClickItem(e) { if (this.current != e.currentIndex) { this.current = e.currentIndex; @@ -83,8 +83,8 @@ } var param = { // MainData: { - "PalletCode": this.PalletCode, - "SourceAddress":this.SourceAddress + "PalletCode": this.PalletCode, + "SourceAddress": this.SourceAddress // }, } console.log(param); @@ -115,7 +115,7 @@ } var param = { // MainData: { - "SourceAddress": this.StartAddress + "SourceAddress": this.StartAddress // }, } this.$u.post('/api/PDA/SamplingOutboundTask', param).then(res => { -- Gitblit v1.9.3