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 ¸´ÖÆ |
| | |
| | | |
| | | <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> |
| | |
| | | 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å·åè£
ä½' |
| | | }, ], |
| | | } |
| | |
| | | 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({ |
| | |
| | | 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) { |