| | |
| | | </view> |
| | | </view> |
| | | </scroll-view> |
| | | <y-pop> |
| | | </y-pop> |
| | | |
| | | <view> |
| | | <!-- 修改数量 --> |
| | | <uni-popup ref="revise" @change="change"> |
| | |
| | | let res = result.data |
| | | if (res.code === 200) { |
| | | uni.showToast({title: res.msg, icon: "none", position: 'top'}) |
| | | that.matList = [] |
| | | that.barcode = '' |
| | | } else if (res.code == 403) { |
| | | uni.showToast({title: res.msg, icon: "none", position: 'top'}) |
| | | setTimeout(() => { |
| | |
| | | }, |
| | | success(result) { |
| | | var res = result.data |
| | | console.log(result) |
| | | if (res.code === 200) { |
| | | |
| | | that.matList = [] |
| | | that.barcode = '' |
| | | uni.showToast({title: res.msg, icon: "none", position: 'top'}) |
| | | } else if (res.code == 403) { |
| | | uni.showToast({title: res.msg, icon: "none", position: 'top'}) |
| | | setTimeout(() => { |