刘磊
2025-06-25 2de09bec5cc05bf875543fa8956167ca7db73021
ÏîÄ¿´úÂë/PDA/pages/Outbound/OutbundZdpStraight.vue
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"
Îļþ´Ó ÏîÄ¿´úÂë/PDA/LDY_PDA/pages/Inbound/ZDPInbound.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) {