|
@ -5,10 +5,10 @@ |
|
|
<job-filter ref="filter" otherTitle="ASN" :isShowProductionLineCode="false" :isShowItemCode="false" |
|
|
<job-filter ref="filter" otherTitle="ASN" :isShowProductionLineCode="false" :isShowItemCode="false" |
|
|
:isShowQurery='true' @onQuery="getListByFilter"> |
|
|
:isShowQurery='true' @onQuery="getListByFilter"> |
|
|
</job-filter> |
|
|
</job-filter> |
|
|
<view style="background-color: #fff; padding-left: 20rpx;"> |
|
|
<view style="background-color: #fff; padding-left: 20rpx; border-radius: 15rpx;"> |
|
|
<view class="uni-flex space-between u-col-center" style="width: 100%;padding-top: 20rpx;"> |
|
|
<view class="uni-flex space-between u-col-center" style="width: 100%;padding-top: 20rpx;"> |
|
|
<view class="" style="font-size: 32rpx; font-weight: bold;"> |
|
|
<view class="" style="font-size: 32rpx; font-weight: bold;"> |
|
|
生产线 : |
|
|
收料生产线 : |
|
|
</view> |
|
|
</view> |
|
|
<uni-data-select class="uni-data-select" style="margin-left: 10rpx;" placeholder="请输入生产线" |
|
|
<uni-data-select class="uni-data-select" style="margin-left: 10rpx;" placeholder="请输入生产线" |
|
|
v-model="productionLineCode" :clear="false" :localdata="productionLineList" |
|
|
v-model="productionLineCode" :clear="false" :localdata="productionLineList" |
|
|