| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="square-1"> |
| | | <!-- <view class="square-1"> |
| | | <view class="square-title" style="display: flex;"> |
| | | <view class="title-sign"><view class="sign"></view></view> |
| | | <view class="title-text" style="width: 200rpx;"><text>拥有者</text></view> |
| | |
| | | <uni-combox :candidates="ownerList" placeholder="请选择拥有者" v-model="owner"></uni-combox> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> --> |
| | | <view class="square-1"> |
| | | <view class="square-title"> |
| | | <view class="title-sign"><view class="sign"></view></view> |
| | |
| | | data: JSON.stringify({ |
| | | barcode: that.barcode, |
| | | origin: that.origin, |
| | | owner: that.ownerId, |
| | | owner: 1, |
| | | combMats: that.matList |
| | | }), |
| | | method: 'POST', |
| | |
| | | that.barcode = ''; |
| | | that.matList = ''; |
| | | that.matList = []; |
| | | that.owner = ''; |
| | | that.barcodeFocuss(); |
| | | } else if (res.code == 403) { |
| | | uni.showToast({title: res.msg, icon: "none", position: 'top'}) |