| | |
| | | back-icon-color="#000" /> |
| | | <view class="finishProductIn-locno-search"> |
| | | <u-search v-model="keywords" shape="square" bg-color="rgba(250,252,255,0.36)" :show-action="false" |
| | | placeholder="请输入车间订单号" @clear="search" @custom="search" @search="search" @input="search"> |
| | | placeholder="请输入订单号" @clear="search" @custom="search" @search="search" @input="search"> |
| | | </u-search> |
| | | </view> |
| | | <view class="wrap"> |
| | |
| | | <view class="_label-name">订单号:</view> |
| | | </view> |
| | | <view class="_content"> |
| | | {{ item.moNo }} |
| | | {{ item.ifsOrderNo }} |
| | | </view> |
| | | </view> |
| | | <view class="row-list"> |
| | |
| | | .getWorkshopOrder({ |
| | | current: this.pageNum, |
| | | size: this.pageSize, |
| | | moNo: value, |
| | | ifsOrderNo: value, |
| | | }) |
| | | .then((res) => { |
| | | this.list = res.data.records; |
| | |
| | | |
| | | ._label-name { |
| | | margin-left: 11rpx; |
| | | font-size: 26rpx; |
| | | font-size: small; |
| | | font-weight: 500; |
| | | color: #666666; |
| | | } |
| | |
| | | flex: 1.5; |
| | | text-align: right; |
| | | color: #909399; |
| | | font-size: 24rpx; |
| | | font-size: small; |
| | | } |
| | | |
| | | .row-list .s1 { |