| | |
| | | } |
| | | }, |
| | | submit(cb) { |
| | | uni.getStorage({ |
| | | key: 'storage_key_ipAddress', |
| | | success: (res) => { |
| | | this.$t.message.loading(); |
| | | let formDataParam = { |
| | | current: this.current, |
| | | size: this.size |
| | | }; |
| | | // 使ç¨åæºå®æ´æ¥å£ |
| | | this.$u.post('/api/PDA/AGVPage', null).then(res => { |
| | | this.$u.post(res.data.CZFJiP, null).then(res => { |
| | | console.log(res); |
| | | this.$t.message.closeLoading(); |
| | | cb && cb(); |
| | |
| | | }).catch((err) => { |
| | | this.$t.message.toast(err.message); |
| | | }); |
| | | }, |
| | | fail: (err) => { |
| | | this.$t.message.toast('请å
设置IPå°å'); |
| | | uni.navigateTo({ |
| | | url: '/pages/SetAddress/SetAddress', |
| | | }); |
| | | }, |
| | | }); |
| | | |
| | | }, |
| | | clickLoadMore(e) { |
| | | this.status = 'loading'; |
| | |
| | | OrderNo: orderNo, |
| | | Number: availableQuantity > 4 ? 4 : availableQuantity, |
| | | InputValue: inputValue, |
| | | TaskType: "è´æ" |
| | | // ...å
¶ä»éè¦ä¼ éçåæ° |
| | | }; |
| | | |