刘磊
7 天以前 2de09bec5cc05bf875543fa8956167ca7db73021
ÏîÄ¿´úÂë/PDA/pages/Inbound/ClboundInfo.vue
copy from "\351\241\271\347\233\256\344\273\243\347\240\201/PDA/LDY_PDA/pages/Inbound/InboundInfo.vue" copy to "\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Inbound/ClboundInfo.vue"
Îļþ´Ó ÏîÄ¿´úÂë/PDA/LDY_PDA/pages/Inbound/InboundInfo.vue ¸´ÖÆ
@@ -16,13 +16,13 @@
      <view style="padding: 20rpx 0rpx">
         <u-table>
            <u-tr>
            <!-- <u-tr>
               <u-td width="30%">操作方式</u-td>
               <u-td>
                  <xfl-select :list="OperationList" :initValue="'请选择'" :clearable="false" @change="OperationChange">
                  </xfl-select>
               </u-td>
            </u-tr>
            </u-tr> -->
            <u-tr>
               <u-td width="30%">车轴条码</u-td>
               <u-td>
@@ -60,20 +60,20 @@
            CurrentUser: '', //当前用户
            cztm: '',
            machine: '',
            operateType:'',
            OperationList: [{
               label: '1',
               value: '绑定'
            }, {
               label: '2',
               value: '解绑'
            }, ],
            //operateType:'',
            // OperationList: [{
            //    label: '1',
            //    value: '绑定'
            // }, {
            //    label: '2',
            //    value: '解绑'
            // }, ],
            
            MachineArray: [{
               label: '1000',
               label: '2033',
               value: '1号压装位'
            }, {
               label: '2000',
               label: '2043',
               value: '2号压装位'
            }, ],
         }
@@ -92,9 +92,9 @@
         MachineChange(value) {
            this.machine = value.orignItem.label;
         },
         OperationChange(value) {
            this.operateType = value.orignItem.label;
         },
         // OperationChange(value) {
         //    this.operateType = value.orignItem.label;
         // },
         SaveInfomation() {
            if (_this.cztm.length == 0) {
               uni.showToast({
@@ -110,12 +110,12 @@
                  if (res.confirm) {
                     let data = {
                        MainData: {
                           operateType:_this.operateType,
                           cztm: _this.cztm,
                           machine: _this.machine,
                           //operateType:_this.operateType,
                           CZTM: _this.cztm,
                           TargetAddress: _this.machine,
                        },
                     };
                     _this.$AjaxRequest.Params('post', 'Dt_CacheInfo/AddCacheInfoByAPP',
                     _this.$AjaxRequest.Params('post', 'Task/UpWheelsFlow',
                        data, _user.token);
                     _this.$AjaxRequest.Request().then(function(result) {
                        if (result.data.status) {