南骏 池
2025-02-10 960cda766a86bcc1be692525361f00836f2a59d5
1.生产补料优化
2.生产领料字段名称调整
已修改3个文件
41 ■■■■ 文件已修改
H5/Js/Scbl.js 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Scbl.aspx 22 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Scll.aspx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Js/Scbl.js
@@ -82,8 +82,8 @@
                .then(function (res) {
                    var json = res;
                    if (json.status == 0) {
                        that.ItemBlDetail = json.data.tbBillList.item;
                        that.daa001 = json.data.tbBillList.bl001;
                        that.ItemBlDetail = json.data.tbBillList.item2;
                        that.daa001 = json.data.tbBillList.item1;
                    }
                    else {
                        that.$toast.fail(json.message);
@@ -138,11 +138,16 @@
                    var json = res;
                    if (json.status == 0) {
                        that.barcode = json.data.tbBillList.item.barcode;
                        that.sms = json.data.tbBillList.item.fum;
                        that.num = json.data.tbBillList.item.num;
                        that.ItemBlDetail = json.data.tbBillList.pendingList
                        that.barcode = null;
                        that.sms = null;
                        that.num = null;
                        //that.ItemBlDetail = json.data.tbBillList.item2
                        that.$notify({ type: 'success', message: '扫描成功' });
                        that.GetMesItemBlDetailByBillNo();
                    } else if (json.status == 2) {
                        that.$refs.splitNum.focus();
                        that.scanInfo.splitNum = json.data.tbBillList.splitNum;
                        that.scanInfo.barcodeNum = json.data.tbBillList.barcodeNum;
                    }
                    else {
                        that.$toast.fail(json.message);
H5/Scbl.aspx
@@ -34,6 +34,7 @@
      v-model="daa001"
   :right-icon-size="19"
   placeholder="工单号"
      disabled
></van-field>
 <van-field
  value=""
@@ -67,12 +68,25 @@
    <div  class="van-tab-left">
              <van-tabs @click="onClick" color="#000" title-active-color="#0283EF" >
  <van-tab title="待发物料">
    <van-row v-for="value in ItemBlDetail" class="font">
  <van-tab title="待发物料" class="mySolid font">
<%--    <van-row v-for="value in ItemBlDetail" class="font">
          <van-col span="12">物料:{{value.bld002}}</van-col>
          <van-col span="6">申请数{{value.bld007}}</van-col>
          <van-col span="6">已领数{{value.bld008}}</van-col>
    </van-row>
    </van-row>--%>
        <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="value in ItemBlDetail" class="font">
      <van-col span="12"  class="text-left padding-left">
           <div>{{value.bld002}}</div>
           <div>{{value.bld003}}</div>
      </van-col>
      <van-col span="6">{{value.bld007}}</van-col>
     <van-col span="6">{{value.bld008}}</van-col>
</van-row>
  </van-tab>
</van-tabs>
    </div>
@@ -85,5 +99,5 @@
  <comback ></comback>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
 <script src="Js/Scbl.js?<%=123114 %>"></script>
 <script src="Js/Scbl.js?<%=12313 %>"></script>
</asp:Content>
H5/Scll.aspx
@@ -19,7 +19,7 @@
  <van-field 
    ref="daa001"
    v-model="modeInfo.daa001"
    label="领料单号"
    label="工单单号"
    clearable 
     placeholder="请扫码"
    :right-icon-size="19"