| | |
| | | placeholder="请输入工单号进行查询" |
| | | :right-icon-size="19" |
| | | v-model="selectKey" |
| | | @keyup.enter.native="GetMesItemBlDetailByBillNo" |
| | | <%-- @keyup.enter.native="GetMesItemBlDetailByBillNo"--%> |
| | | ><template #button> |
| | | <van-button size="small" type="info" plain @click="getInfo" >选择</van-button> |
| | | </template></van-field> |
| | |
| | | placeholder="指令工单" |
| | | @keyup.enter.native="GetItemsXcsl" |
| | | autofocus="true" |
| | | > |
| | | </van-field> |
| | | <van-field |
| | | ref="DAA021" |
| | | v-model="DAA021" |
| | | label="任务单号" |
| | | placeholder="任务单号" |
| | | autofocus="true" |
| | | readonly |
| | | > |
| | | </van-field> |
| | | |
| | |
| | | <van-tab title="材料列表" class="mySolid font"> |
| | | <van-row> |
| | | <van-col span="8" class="text-left padding-left">物料</van-col> |
| | | <van-col span="4">备料数</van-col> |
| | | <van-col span="4">接收数</van-col> |
| | | <van-col span="4">投料数</van-col> |
| | | <van-col span="4" class="text-left padding-left">所属单据</van-col> |
| | | <van-col span="7" class="text-left padding-left">所属单据</van-col> |
| | | <van-col span="3">备料数</van-col> |
| | | <van-col span="3">接收数</van-col> |
| | | <van-col span="3">投料数</van-col> |
| | | </van-row> |
| | | <van-row v-for="(itm,index) in xcslItemList" :key="index"> |
| | | <van-col span="8" class="text-left padding-left"> |
| | | <div class="blue-text">{{itm.item_no}}</div> |
| | | <div>{{itm.item_name}}</div> |
| | | </van-col> |
| | | <van-col span="4" class="blue-text">{{itm.bL_Num}}</van-col> |
| | | <van-col span="4" class="blue-text">{{itm.jS_Num}}</van-col> |
| | | <van-col span="4" class="blue-text">{{itm.jS_Num}}</van-col> |
| | | <van-col span="4" class="text-left padding-left"> |
| | | <div>{{itm.item_out_no}}</div> |
| | | <van-col span="7" class="text-left padding-left"> |
| | | <div>{{itm.item_model}}</div> |
| | | </van-col> |
| | | <van-col span="3" class="blue-text">{{itm.bL_Num}}</van-col> |
| | | <van-col span="3" class="blue-text">{{itm.jS_Num}}</van-col> |
| | | <van-col span="3" class="blue-text">{{itm.tR_Num}}</van-col> |
| | | </van-row> |
| | | </van-tab> |
| | | <van-tab title="未投料列表" class="mySolid font"> |
| | |
| | | <div>{{itm.useR_NAME}}</div> |
| | | </van-col> |
| | | <van-col span="5"> |
| | | <div>{{itm.xcsL_CREATE_DATE}}</div> |
| | | <div>{{itm.cxtR_CREATE_DATE}}</div> |
| | | </van-col> |
| | | </van-row> |
| | | </van-tab> |
| | |
| | | </asp:Content> |
| | | |
| | | <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server"> |
| | | <script src="Js/Xctl.js?<%=1 %>"></script> |
| | | <script src="Js/Xctl.js?<%=1111 %>"></script> |
| | | </asp:Content> |