|  |  | 
 |  |  |             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"> | 
 |  |  | 
 |  |  |                         .getWorkshopOrder({ | 
 |  |  |                             current: this.pageNum, | 
 |  |  |                             size: this.pageSize, | 
 |  |  |                             moNo: value, | 
 |  |  |                             ifsOrderNo: value, | 
 |  |  |                         }) | 
 |  |  |                         .then((res) => { | 
 |  |  |                             this.list = res.data.records; |