南骏 池
昨天 04cb665c5fc864b891275aaa83405e73441f7663
H5/Dbck.aspx
@@ -17,22 +17,26 @@
        <div>
        <van-cell-group>
  <van-field
      ref="billNo"
    value=""
    label="出库单号"
    label="调拨申请"
    clearable 
     placeholder="选择/手录"
    :right-icon-size="19"
      v-model="billNo"
      @keyup.enter.native ="GetMesItemBlDetailByBillNo"
     v-focus.noKeyboard
  ><template #button>
    <van-button size="small" type="info" plain @click="getInfo" >选择</van-button>
  </template></van-field>
 <van-field
     ref="barcode"
  value=""
  label="物料条码"
   clearable 
 placeholder="请扫码"
     @change="getBarcode"
     @keyup.enter.native ="getBarcode"
    <%-- @change="getBarcode"--%>
  :right-icon-size="19"
     v-model="barcode"
  v-focus.noKeyboard
@@ -45,6 +49,7 @@
  :right-icon-size="19"
     v-model="itemNo"
  v-focus.noKeyboard
     disabled
></van-field>
   <van-field
  value=""
@@ -59,7 +64,6 @@
    v-model="fum"
    label="拆分数量"
    placeholder="拆分数量"
disabled
 ><template #button>
    <van-button size="small" type="info" plain @click="tmcf" >条码拆分</van-button>
  </template></van-field>
@@ -68,22 +72,38 @@
    <div  class="van-tab-left">
              <van-tabs @click="onClick" color="#000" title-active-color="#0283EF" >
  <van-tab title="待出物料">
                  <van-tab title="待发物料" class="mySolid font">
    <van-row>
          <van-col span="12" class="text-left padding-left">物料</van-col>
           <van-col span="6">待扫</van-col>
          <van-col span="6">已扫</van-col>
  </van-row>
  <van-row  v-for="(itm,index) in ItemBlDetail" :key="index">
        <van-col span="12"  class="text-left padding-left">
             <div>{{itm.itemNo}}</div>
             <div>{{itm.itemName}}</div>
        </van-col>
        <van-col span="6">{{itm.fQty}}</van-col>
        <!-- <van-col span="6">{{itm.sQty ?? 0}}</van-col> -->
       <van-col span="6">{{ itm.sQty != null ? itm.sQty : 0 }}</van-col>
  </van-row>
</van-tab>
<%--  <van-tab title="待出物料">
    <van-row v-for="value in ItemBlDetail" class="font">
          <van-col span="12">物料:{{value.itemNo}}</van-col>
          <van-col span="6">计划数{{value.qd007}}</van-col>
          <van-col span="6">完成数{{value.qd008}}</van-col>
    </van-row>
  </van-tab>
</van-tabs>
</van-tabs>--%>
    </div>
    <van-action-sheet v-model="show" :actions="actions" @select="onSelect" ></van-action-sheet>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" Runat="Server">
    <comloading  v-if="isLoading"></comloading>
  <comback ></comback>
  <%--<comback ></comback>--%>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
 <script src="Js/Dbck.js?<%=11211134 %>"></script>
 <script src="Js/Dbck.js?<%=1231 %>"></script>
</asp:Content>