| | |
| | | readonly |
| | | ></van-field> |
| | | <van-field |
| | | ref="barcode" |
| | | ref="barcode" |
| | | value="" |
| | | label="报工条码" |
| | | clearable |
| | |
| | | :right-icon-size="19" |
| | | placeholder="报工数量" |
| | | ></van-field> |
| | | <van-field |
| | | ref="sjBillNo" |
| | | value="" |
| | | label="送检单号" |
| | | clearable |
| | | placeholder="送检单号" |
| | | @keyup.enter.native ="getBillNo" |
| | | <%--@input="getBillNo"--%> |
| | | :right-icon-size="19" |
| | | v-model="sjBillNo" |
| | | v-focus.noKeyboard |
| | | > |
| | | <template #button> |
| | | <van-button size="small" type="info" plain @click="selectBillNo" >选择</van-button> |
| | | </template> |
| | | </van-field> |
| | | |
| | | </van-cell-group> |
| | | |
| | | <van-button type="primary" @click="tmcf" :loading="load" loading-text="发送中">确认</van-button> |
| | | <van-action-sheet v-model="show" :actions="actions" @select="onSelect" ></van-action-sheet> |
| | | <van-button type="primary" @click="tmcf" :loading="load" loading-text="发送中">送检</van-button> |
| | | <van-action-sheet v-model="show" :actions="actions" @select="onSelect" ></van-action-sheet> |
| | | <van-action-sheet v-model="billshow" :actions="billactions" @select="onBillSelect" ></van-action-sheet> |
| | | |
| | | <van-tabs color="#000" title-active-color="#0283EF"> |
| | | <van-tab title="报工条码信息" class="mySolid font"> |
| | | <van-row> |
| | | <van-col span="8" >条码编号</van-col> |
| | | <van-col span="6" >物料名称</van-col> |
| | | <van-col span="6">规格</van-col> |
| | | <van-col span="3">数量</van-col> |
| | | </van-row> |
| | | <van-row v-for="(itm,index) in BarcodesDetail" :key="index"> |
| | | <van-col span="8" > |
| | | <div class="blue-text">{{itm.itemBarcode}}</div> |
| | | </van-col> |
| | | <van-col span="6"> |
| | | <div>{{itm.itemName}}</div> |
| | | </van-col> |
| | | <van-col span="6"> |
| | | <div>{{itm.itemModel}}</div> |
| | | </van-col> |
| | | <van-col span="3" class="blue-text">{{itm.bgQuantity}}</van-col> |
| | | </van-row> |
| | | </van-tab> |
| | | |
| | | </div> |
| | | </asp:Content> |
| | | <asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" Runat="Server"> |
| | |
| | | <%--<comback ></comback>--%> |
| | | </asp:Content> |
| | | <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server"> |
| | | <script src="Js/Scbg.js?<%=12327 %>"></script> |
| | | <script src="Js/Scbg.js?<%=12365 %>"></script> |
| | | </asp:Content> |