| | |
| | | </style> |
| | | </asp:Content> |
| | | <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server"> |
| | | <van-notice-bar |
| | | :scrollable="false" |
| | | :text="'当前组织:' + (Cookies.get('orgName') || '暂无组织信息')" |
| | | class="org-info" |
| | | /></van-notice-bar> |
| | | <van-nav-bar |
| | | :title="type=='cl'?'生产超领':'生产补料'" |
| | | left-text="返回" |
| | |
| | | ></van-nav-bar> |
| | | <div class="content-wrapper"> |
| | | <van-cell-group> |
| | | <van-field |
| | | v-model="queryInfo.dateTime" |
| | | label="单据日期" |
| | | clearable |
| | | placeholder="请选择日期" |
| | | readonly |
| | | @click="showDatePicker = true"> |
| | | </van-field> |
| | | <van-popup v-model="showDatePicker" position="bottom"> |
| | | <van-datetime-picker |
| | | type="date" |
| | | v-model="tempDate" |
| | | :min-date="minDate" |
| | | :max-date="maxDate" |
| | | @confirm="onDateConfirm" |
| | | @cancel="showDatePicker = false" /> |
| | | </van-popup> |
| | | <van-field |
| | | v-model="queryInfo.lineName" |
| | | label="生产线别" |
| | | clearable |
| | | placeholder="请选择生产线别"> |
| | | <template #button> |
| | | <van-button size="small" type="info" plain @click="getLineInfo">选择</van-button> |
| | | </template> |
| | | </van-field> |
| | | <van-field |
| | | ref="billNo" |
| | | value="" |
| | |
| | | <van-col span="3">待扫</van-col> |
| | | <van-col span="5">推荐库位</van-col> |
| | | </van-row> |
| | | <van-row v-for="(itm,index) in ItemDetail.items" :key="index"> |
| | | <van-row v-for="(itm,index) in ItemDetail.items" :key="index" |
| | | :style="{ background: currentIndex === index ? '#87CEEB' : '' }" |
| | | @click.native="handleRowClick(itm, index)"> |
| | | <van-col span="8" class="text-left padding-left"> |
| | | <div class="blue-text">{{itm.itemNo}}</div> |
| | | <div>{{itm.itemName}}</div> |
| | |
| | | <van-col span="5">{{itm.recoKw}}</van-col> |
| | | </van-row> |
| | | </van-tab> |
| | | |
| | | <van-tab title="库位列表" class="mySolid font"> |
| | | <van-row> |
| | | <van-col span="10" class="text-left padding-left">条码编号</van-col> |
| | | <van-col span="5" class="text-left padding-left">库位</van-col> |
| | | <van-col span="4">数量</van-col> |
| | | <van-col span="5">仓库</van-col> |
| | | </van-row> |
| | | <van-row v-for="(itm,index) in ItemBarKw" :key="index"> |
| | | <van-col span="10" class="text-left padding-left"> |
| | | <div class="blue-text">{{itm.iteM_BARCODE}}</div> |
| | | </van-col> |
| | | <van-col span="5" class="text-left padding-left"> |
| | | <div>{{itm.depoT_SECTIONS_CODE}}</div> |
| | | </van-col> |
| | | <van-col span="4" class="blue-text">{{itm.quantity}}</van-col> |
| | | <van-col span="5" >{{itm.depot_name}}</van-col> |
| | | </van-row> |
| | | </van-tab> |
| | | |
| | | <van-tab title="已扫物料" class="mySolid font"> |
| | | <van-row> |
| | |
| | | </van-tabs> |
| | | |
| | | <van-action-sheet v-model="show" :actions="actions" @select="onSelect" ></van-action-sheet> |
| | | <van-action-sheet v-model="show1" :actions="actions1" @select="onSelect1"></van-action-sheet> |
| | | </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/Scbl.js?<%=1231811111 %>"></script> |
| | | <script src="Js/Scbl.js?<%=1231887111 %>"></script> |
| | | </asp:Content> |