From 2de09bec5cc05bf875543fa8956167ca7db73021 Mon Sep 17 00:00:00 2001 From: 刘磊 <1161824510@qq.com> Date: 星期三, 25 六月 2025 11:36:44 +0800 Subject: [PATCH] 合并 --- 项目代码/PDA/pages/Inbound/ZDPInbound.vue | 44 ++++++++++++++++++++++---------------------- 1 files changed, 22 insertions(+), 22 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/Inbound/ZDPInbound.vue" similarity index 93% rename from "\351\241\271\347\233\256\344\273\243\347\240\201/PDA/LDY_PDA/pages/Inbound/ZDPInbound.vue" rename to "\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Inbound/ZDPInbound.vue" index c443f4f..dd7a06f 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/Inbound/ZDPInbound.vue" @@ -244,31 +244,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', @@ -360,13 +360,13 @@ GKC3: _this.GKC3, GKC: _this.GKC, GKJZ: _this.GKJZ, - clsx: _this.clsx, + //clsx: _this.clsx, rksj: _this.rksj, LMCSYMH:_this.LMCSYMH, LSCSYMH:_this.LSCSYMH, }, }; - _this.$AjaxRequest.Params('post', 'ToAPP/SaveCLinfo', + _this.$AjaxRequest.Params('post', 'ToAPP/SaveZDPInfo', data, _user.token); _this.$AjaxRequest.Request().then(function(result) { if (result.data.status) { -- Gitblit v1.9.3