admin
12 小时以前 cd93dd1fd57afa3437e43499236273c2e1df4423
HTML/views/BaseSetting/Materials.html
@@ -159,21 +159,21 @@
                  {{# } }}
               </script>
            <!-- 是否受控 -->
            <!-- 是否请验 -->
            <script type="text/html" id="buttonIsControlled">
                        {{# if(d.IsControlled=='0'){ }}
                            <p>受控</p>
                            <p>是</p>
                  {{# } else if(d.IsControlled=='1') { }}
                     <p>非受控</p>
                     <p>否</p>
                  {{# }  }}
               </script>
            <!-- 是否免检 -->
            <!-- 是否受控 -->
            <script type="text/html" id="buttonIsInspect">
                        {{# if(d.IsInspect=='0'){ }}
                            <p>否</p>
                            <p>是</p>
                  {{# } else if(d.IsInspect=='1') { }}
                     <p>是</p>
                     <p>否</p>
                  {{# }  }}
                    </script>
            <!-- 是否贴标 -->
@@ -254,7 +254,7 @@
            table.render({
               elem: '#LAY-app-content-list',
               url: IP +"/Basis/GetMateList",
               url: IP + "/Basis/GetMateList",
               method: 'POST',
               height: h1,//'full-'+hei1
               id: 'LAY-app-content-list',
@@ -285,10 +285,10 @@
                     field: 'Type', title: '类型', align: 'center', templet: '#buttonType', width: 100
                  },
                  {
                     field: 'IsControlled', templet: '#buttonIsControlled', title: '是否受控', align: 'center', width: 100
                     field: 'IsControlled', templet: '#buttonIsControlled', title: '是否请验', align: 'center', width: 100
                  },
                  {
                     field: 'IsInspect', title: '是否免检', align: 'center', templet: '#buttonIsInspect', width: 100
                     field: 'IsInspect', title: '是否受控', align: 'center', templet: '#buttonIsInspect', width: 100
                  },
                  {
                     field: 'IsPasteCode', title: '是否贴标', align: 'center', templet: '#buttonIsPasteCode', width: 100
@@ -341,7 +341,7 @@
                  }
               ]]
            });
         }
@@ -445,6 +445,22 @@
                              Price: Number(field.Price),
                              AdventTime: Number(field.AdventTime), //临期
                              LowInventory: Number(field.LowInventory), //低库存
                              //CAS号
                              CasNo: field.CasNo,
                              //是否批次管理
                              IsLotManage: field.IsLotManage,
                              //留样时间
                              LeaveTime: field.LeaveTime,
                              //液体物料闪点
                              LiquidFlashPoint: field.LiquidFlashPoint,
                              //危险货位信息
                              DangerLocatInfo: field.DangerLocatInfo,
                              //灭火方式
                              OutFireMethod: field.OutFireMethod,
                              //物料禁忌
                              MaterialTaboo: field.MaterialTaboo,
                              Demo: field.Demo
                           };
                           if (doing) {
@@ -617,6 +633,22 @@
                           Price: Number(field.Price),
                           AdventTime: Number(field.AdventTime), //临期
                           LowInventory: Number(field.LowInventory), //低库存
                           //CAS号
                           CasNo: field.CasNo,
                           //是否批次管理
                           IsLotManage: field.IsLotManage,
                           //留样时间
                           LeaveTime: field.LeaveTime,
                           //液体物料闪点
                           LiquidFlashPoint: field.LiquidFlashPoint,
                           //危险货位信息
                           DangerLocatInfo: field.DangerLocatInfo,
                           //灭火方式
                           OutFireMethod: field.OutFireMethod,
                           //物料禁忌
                           MaterialTaboo: field.MaterialTaboo,
                           Demo: field.Demo
                        };
                        if (doing) {