Administrator
2024-03-04 9e30be167f6003eb5ea75264a2e0999017425805
HTML/views/SOSetting/ExportAllot.html
@@ -217,6 +217,22 @@
                              }}
                              {{ GetBtn7(d) }}
                           </script>
                           <script type="text/html" id="templetUnstackingMode">
                              {{# function GetBtn8(d){
                                    switch (d.UnstackingMode) {
                                       case "0":
                                          return "机器人拆垛";
                                       case "1":
                                          return "人工拆垛";
                                       default:
                                          return "";
                                    }
                                 }
                              }}
                              {{ GetBtn8(d) }}
                           </script>
                           <!-- #endregion -->
                        </div>                        
                     </div>
@@ -320,7 +336,9 @@
                  {field: 'Status',align: 'center',title: '状态',width: 90,templet: '#templetStatus'},
                  {field: 'Qty',title: '出库数量',align: 'center',width: 90,}, 
                  {field: 'CompleteQty',title: '拣货数量',align: 'center',width: 90}, 
                  {field: 'UnstackingMode',title: '拆垛方式',align: 'center',width: 90,templet: '#templetUnstackingMode'},
                  {field: 'OutMode',title: '出库口',align: 'center',width: 90,templet: '#outType',}, 
                  {field: 'LoadingAddre',title: '装车口',align: 'center',width: 90,templet: '#outType',},
                  {field: 'IsAdvance',title: '拣货类型',align: 'center',width: 90,templet: '#templetIsAdvance'}, 
                  {field: 'SupplierLot',title: '供货批次',align: 'center',width: 110}, 
                  {field: 'LotText',title: '批次描述',align: 'center',width: 150},