| | |
| | | </view> |
| | | |
| | | <view class="order-ditel"><text class="orderNo">{{item.orderNo}}</text></view> |
| | | <view class="order-ditel"><text class="orderNo">{{item.combMats[0].supp}}</text></view> |
| | | </view> |
| | | </label> |
| | | |
| | |
| | | <view class="tag"> |
| | | <view class="cu-tag bg-cyan ">订单明细</view> |
| | | </view> |
| | | <view class="matnr" style="font-size: 16px;"><text style="min-width: 400rpx;font-size: 12px;">{{item.matnr}}</text></view> |
| | | <view class="matnr" style="font-size: 16px;"><text style="min-width: 400rpx;font-size: 12px;">{{item.maktx}}</text></view> |
| | | <view class="matnr" style="font-size: 16px;"><text style="min-width: 400rpx;font-size: 12px;">{{item.specs}}</text></view> |
| | | <view class="matnr" style="font-size: 16px;"><text style="min-width: 500rpx;font-size: 12px;">{{item.supp}}</text></view> |
| | | <view class="matnr" style="font-size: 16px;"><text style="min-width: 500rpx;font-size: 12px;">{{item.maktx}}</text></view> |
| | | <view class="matnr" style="font-size: 16px;"><text style="min-width: 500rpx;font-size: 12px;">{{item.specs}}</text></view> |
| | | <view class="matnr" style="font-size: 16px;"><text style="min-width: 500rpx;font-size: 12px;">{{item.xh}}</text></view> |
| | | </view> |
| | | </label> |
| | | </checkbox-group> |
| | |
| | | let that = this |
| | | uni.showLoading(); |
| | | uni.request({ |
| | | url: that.commonUrl + '/order/head/page/auth', |
| | | url: that.commonUrl + '/mobile/order/search/orderNo/auth', |
| | | header: { |
| | | 'token':uni.getStorageSync('token'), |
| | | 'content-type': 'application/x-www-form-urlencoded', |
| | | }, |
| | | data: { |
| | | curr: 1, |
| | | limit: 100000, |
| | | // parentId: parentId |
| | | }, |
| | | header: { |
| | | 'token':uni.getStorageSync('token'), |
| | | data: { |
| | | orderNo: '' |
| | | }, |
| | | method: 'POST', |
| | | success(result) { |
| | | console.log(result) |
| | | that.tag = null |
| | | that.data = null |
| | | var res = result.data |
| | | if (res.code === 200) { |
| | | if (res.data != null && res.data.records.length > 0) { |
| | | that.tag = res.data.records |
| | | if (res.data != null && res.data.length > 0) { |
| | | that.tag = res.data |
| | | } else { |
| | | that.showMat(parentId) |
| | | } |
| | |
| | | } |
| | | .demo-list { |
| | | border-bottom: 1px solid #d8d8d8; |
| | | height: 220rpx; |
| | | height: 240rpx; |
| | | margin: 15rpx; |
| | | border-radius: 20rpx; |
| | | } |
| | |
| | | /* background-color: #3b3b3b; */ |
| | | } |
| | | .order-ditel { |
| | | margin-top: 30rpx; |
| | | padding: 10rpx; |
| | | height: 60rpx; |
| | | width: 600rpx; |
| | | line-height: 60rpx; |