yyk
2024-07-18 bf1a9a818ffb721aea2709e9409fbb932b07e81d
HTML/views/SOSetting/ExportNotice.html
@@ -324,6 +324,21 @@
                     }}
                     {{ GetBtn9(d) }}
                  </script>
               <script type="text/html" id="templetIsMixBox">
                  {{# function GetBtn10(d){
                        switch (d.IsMixBox) {
                           case "0":
                              return "否";
                           case "1":
                              return "是";
                           default:
                              return "";
                        }
                     }
                  }}
                  {{ GetBtn10(d) }}
               </script>
               <!-- #endregion -->
            </div>
@@ -770,6 +785,7 @@
            { field: 'CompleteQty', title: '拣货数量', align: 'center', width: 100 },
            { field: 'IsBale', title: '是否裹包', align: 'center', templet: '#templetIsBale', width: 90 },
            { field: 'IsBelt', title: '是否打带', align: 'center', templet: '#templetIsBelt', width: 90 },
            { field: 'IsMixBox', title: '是否拼箱', align: 'center', templet: '#templetIsMixBox', width: 90 },
            { field: 'LotText', title: '批次描述', align: 'center', width: 100 },
            { field: 'PackagName', title: '包装名称', align: 'center', width: 120 },
            { field: 'SupplierLot', title: '供货批次', align: 'center', width: 120 },
@@ -1181,7 +1197,7 @@
                              isChongFu = true;
                           });
                        } else { //不成功
                           if(res.code==2){
                           layer.confirm('当前单据批次出库是跨批出库,是否跨批出库?', function () {
                              var param1 = {
                                 soNo: SoNo,
@@ -1206,6 +1222,12 @@
                                 }
                              })
                           })
                           }else{
                              layer.msg(res.msg, {
                                 icon: 2,
                                 time: 2000 //2秒关闭(如果不配置,默认是3秒)
                              });
                           }
                           isChongFu = true;
                        }
                     });