拆分单据相关js,减少耦合度
This commit is contained in:
3205
erp_web/js/pages/materials/allocation_out_list.js
Normal file
3205
erp_web/js/pages/materials/allocation_out_list.js
Normal file
File diff suppressed because it is too large
Load Diff
3205
erp_web/js/pages/materials/assemble_list.js
Normal file
3205
erp_web/js/pages/materials/assemble_list.js
Normal file
File diff suppressed because it is too large
Load Diff
3205
erp_web/js/pages/materials/disassemble_list.js
Normal file
3205
erp_web/js/pages/materials/disassemble_list.js
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
3205
erp_web/js/pages/materials/other_in_list.js
Normal file
3205
erp_web/js/pages/materials/other_in_list.js
Normal file
File diff suppressed because it is too large
Load Diff
3205
erp_web/js/pages/materials/other_out_list.js
Normal file
3205
erp_web/js/pages/materials/other_out_list.js
Normal file
File diff suppressed because it is too large
Load Diff
3205
erp_web/js/pages/materials/purchase_back_list.js
Normal file
3205
erp_web/js/pages/materials/purchase_back_list.js
Normal file
File diff suppressed because it is too large
Load Diff
3205
erp_web/js/pages/materials/purchase_in_list.js
Normal file
3205
erp_web/js/pages/materials/purchase_in_list.js
Normal file
File diff suppressed because it is too large
Load Diff
3205
erp_web/js/pages/materials/purchase_orders_list.js
Normal file
3205
erp_web/js/pages/materials/purchase_orders_list.js
Normal file
File diff suppressed because it is too large
Load Diff
3205
erp_web/js/pages/materials/retail_back_list.js
Normal file
3205
erp_web/js/pages/materials/retail_back_list.js
Normal file
File diff suppressed because it is too large
Load Diff
3205
erp_web/js/pages/materials/retail_out_list.js
Normal file
3205
erp_web/js/pages/materials/retail_out_list.js
Normal file
File diff suppressed because it is too large
Load Diff
3205
erp_web/js/pages/materials/sale_back_list.js
Normal file
3205
erp_web/js/pages/materials/sale_back_list.js
Normal file
File diff suppressed because it is too large
Load Diff
3205
erp_web/js/pages/materials/sale_orders_list.js
Normal file
3205
erp_web/js/pages/materials/sale_orders_list.js
Normal file
File diff suppressed because it is too large
Load Diff
3205
erp_web/js/pages/materials/sale_out_list.js
Normal file
3205
erp_web/js/pages/materials/sale_out_list.js
Normal file
File diff suppressed because it is too large
Load Diff
@@ -15,7 +15,7 @@
|
|||||||
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
||||||
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
||||||
<script src="/js/common/common.js"></script>
|
<script src="/js/common/common.js"></script>
|
||||||
<script src="/js/pages/materials/in_out.js"></script>
|
<script src="/js/pages/materials/allocation_out_list.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- 查询 -->
|
<!-- 查询 -->
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
||||||
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
||||||
<script src="/js/common/common.js"></script>
|
<script src="/js/common/common.js"></script>
|
||||||
<script src="/js/pages/materials/in_out.js"></script>
|
<script src="/js/pages/materials/assemble_list.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- 查询 -->
|
<!-- 查询 -->
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
||||||
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
||||||
<script src="/js/common/common.js"></script>
|
<script src="/js/common/common.js"></script>
|
||||||
<script src="/js/pages/materials/in_out.js"></script>
|
<script src="/js/pages/materials/disassemble_list.js"></script>
|
||||||
<script>
|
<script>
|
||||||
var kid = ${sessionScope.user.id};
|
var kid = ${sessionScope.user.id};
|
||||||
var path = "<%=path%>";
|
var path = "<%=path%>";
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
||||||
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
||||||
<script src="/js/common/common.js"></script>
|
<script src="/js/common/common.js"></script>
|
||||||
<script src="/js/pages/materials/in_out.js"></script>
|
<script src="/js/pages/materials/other_in_list.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- 查询 -->
|
<!-- 查询 -->
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
||||||
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
||||||
<script src="/js/common/common.js"></script>
|
<script src="/js/common/common.js"></script>
|
||||||
<script src="/js/pages/materials/in_out.js"></script>
|
<script src="/js/pages/materials/other_out_list.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- 查询 -->
|
<!-- 查询 -->
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
||||||
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
||||||
<script src="/js/common/common.js"></script>
|
<script src="/js/common/common.js"></script>
|
||||||
<script src="/js/pages/materials/in_out.js"></script>
|
<script src="/js/pages/materials/purchase_back_list.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- 查询 -->
|
<!-- 查询 -->
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
||||||
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
||||||
<script src="/js/common/common.js"></script>
|
<script src="/js/common/common.js"></script>
|
||||||
<script src="/js/pages/materials/in_out.js"></script>
|
<script src="/js/pages/materials/purchase_in_list.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- 查询 -->
|
<!-- 查询 -->
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
||||||
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
||||||
<script src="/js/common/common.js"></script>
|
<script src="/js/common/common.js"></script>
|
||||||
<script src="/js/pages/materials/in_out.js"></script>
|
<script src="/js/pages/materials/purchase_orders_list.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- 查询 -->
|
<!-- 查询 -->
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
||||||
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
||||||
<script src="/js/common/common.js"></script>
|
<script src="/js/common/common.js"></script>
|
||||||
<script src="/js/pages/materials/in_out.js"></script>
|
<script src="/js/pages/materials/retail_back_list.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- 查询 -->
|
<!-- 查询 -->
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
||||||
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
||||||
<script src="/js/common/common.js"></script>
|
<script src="/js/common/common.js"></script>
|
||||||
<script src="/js/pages/materials/in_out.js"></script>
|
<script src="/js/pages/materials/retail_out_list.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- 查询 -->
|
<!-- 查询 -->
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
||||||
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
||||||
<script src="/js/common/common.js"></script>
|
<script src="/js/common/common.js"></script>
|
||||||
<script src="/js/pages/materials/in_out.js"></script>
|
<script src="/js/pages/materials/sale_back_list.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- 查询 -->
|
<!-- 查询 -->
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
||||||
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
||||||
<script src="/js/common/common.js"></script>
|
<script src="/js/common/common.js"></script>
|
||||||
<script src="/js/pages/materials/in_out.js"></script>
|
<script src="/js/pages/materials/sale_orders_list.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- 查询 -->
|
<!-- 查询 -->
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
||||||
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
||||||
<script src="/js/common/common.js"></script>
|
<script src="/js/common/common.js"></script>
|
||||||
<script src="/js/pages/materials/in_out.js"></script>
|
<script src="/js/pages/materials/sale_out_list.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- 查询 -->
|
<!-- 查询 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user