From f3ec4fe9c98a87b42b00b6ac4790fe156a32aa6b Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期四, 19 六月 2025 16:53:20 +0800 Subject: [PATCH] 最新 --- 项目代码/PDA/pages/Outbound/OutbundZdpStraight.vue | 65 +++++++++++++++++++++----------- 1 files changed, 42 insertions(+), 23 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/LDY_PDA/pages/Inbound/ZDPInbound.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Outbound/OutbundZdpStraight.vue" similarity index 88% copy from "\351\241\271\347\233\256\344\273\243\347\240\201/PDA/LDY_PDA/pages/Inbound/ZDPInbound.vue" copy to "\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Outbound/OutbundZdpStraight.vue" index c443f4f..1e1d307 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/LDY_PDA/pages/Inbound/ZDPInbound.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Outbound/OutbundZdpStraight.vue" @@ -162,6 +162,13 @@ <u-input v-model="rksj" :border="false" :disabled="true" placeholder="" /> </u-td> </u-tr> + <u-tr> + <u-td width="30%">鍘嬭鏈哄彿</u-td> + <u-td> + <xfl-select :list="MachineArray" :initValue="'璇烽�夋嫨'" :clearable="false" @change="MachineChange"> + </xfl-select> + </u-td> + </u-tr> </u-table> </view> <view style="padding: 0rpx 0rpx;"> @@ -214,11 +221,22 @@ neworold: '', LSCSYMH:'', qrcodeFocus: true, + MachineArray: [{ + label: '2032', + value: '1鍙峰帇瑁呬綅' + }, { + label: '2042', + value: '2鍙峰帇瑁呬綅' + }, ], + machine: '', } }, methods: { UserChange(value) { + }, + MachineChange(value) { + this.machine = value.orignItem.label; }, setTimer() { if (this.timer == null) { @@ -244,31 +262,31 @@ if (result.data.status) { let obj = JSON.parse(JSON.stringify(result.data.data)); //杞﹁疆鍙� - _this.ZPH = obj.ZPH; - _this.POS = obj.POS; - _this.LSXH = obj.LSXH; - _this.MAT = obj.MAT; + _this.ZPH = obj.zph; + _this.POS = obj.pos; + _this.LSXH = obj.lsxh; + _this.MAT = obj.mat; _this.chexing = obj.chexing; - _this.SITE = obj.SITE; + _this.SITE = obj.site; //鏂�/鏃� _this.neworold = obj.newold; - _this.GKA1 = obj.GKA1; - _this.GKA2 = obj.GKA2; - _this.GKA3 = obj.GKA3; - _this.GKA = obj.GKA; - _this.GKB1 = obj.GKB1; - _this.GKB2 = obj.GKB2; - _this.GKB3 = obj.GKB3; - _this.GKB = obj.GKB; - _this.GKC1 = obj.GKC1; - _this.GKC2 = obj.GKC2; - _this.GKC3 = obj.GKC3; - _this.GKC = obj.GKC; - _this.GKJZ = obj.GKJZ; - _this.LMCSYMH = obj.LMCSYMH; + _this.GKA1 = obj.gkA1; + _this.GKA2 = obj.gkA2; + _this.GKA3 = obj.gkA3; + _this.GKA = obj.gka; + _this.GKB1 = obj.gkB1; + _this.GKB2 = obj.gkB2; + _this.GKB3 = obj.gkB2; + _this.GKB = obj.gkb; + _this.GKC1 = obj.gkC1; + _this.GKC2 = obj.gkC2; + _this.GKC3 = obj.gkC2; + _this.GKC = obj.gkc; + _this.GKJZ = obj.gkjz; + _this.LMCSYMH = obj.lmcsymh; //鍏ュ簱鏃ユ湡 _this.rksj = obj.rksj; - _this.LSCSYMH=obj.LSCSYMH; + _this.LSCSYMH=obj.lscsymh; } else { uni.showToast({ icon: 'none', @@ -315,7 +333,7 @@ _this.GKJZ = ''; _this.LMCSYMH = ''; _this.rksj = ''; - + _this.machine=''; _this.LSCSYMH=''; }, @@ -360,13 +378,14 @@ GKC3: _this.GKC3, GKC: _this.GKC, GKJZ: _this.GKJZ, - clsx: _this.clsx, + //clsx: _this.clsx, rksj: _this.rksj, LMCSYMH:_this.LMCSYMH, LSCSYMH:_this.LSCSYMH, + machine:_this.machine, }, }; - _this.$AjaxRequest.Params('post', 'ToAPP/SaveCLinfo', + _this.$AjaxRequest.Params('post', 'ToAPP/SaveZDPStraight', data, _user.token); _this.$AjaxRequest.Request().then(function(result) { if (result.data.status) { -- Gitblit v1.9.3