diff --git a/ruoyi-admin/src/main/resources/templates/erp/developModifyOrder/add.html b/ruoyi-admin/src/main/resources/templates/erp/developModifyOrder/add.html index ce6a55c1..9e22e532 100644 --- a/ruoyi-admin/src/main/resources/templates/erp/developModifyOrder/add.html +++ b/ruoyi-admin/src/main/resources/templates/erp/developModifyOrder/add.html @@ -3,6 +3,7 @@ + @@ -38,53 +39,52 @@ - -
-
-
- 选择开发修改单物料 - - 添加修改物料 - -
+ +
+
+
+ 选择开发修改单物料 + + 添加修改物料 +
-
-
-
-
+
+
+
+
-
-
-
- 选择采购物料 - - 添加修改物料 - -
+
+
+
+
+ 选择采购物料 + + 添加修改物料 +
-
-
-
-
+
+
+
+
-
-
-
- 选择通知人 - - 添加修改物料 - -
+
+
+
+
+ 选择通知人 + + 添加通知人 +
-
-
-
-
+
+
+
+
- +
@@ -129,7 +129,7 @@ }); var options = { id: "bootstrap-sub-table-developModify", - url: prefix + "/getDevelopModifyOrderList", + // url: prefix + "/getDevelopModifyOrderList", showSearch: false, showRefresh: false, showToggle: false, @@ -199,7 +199,11 @@ var option1 = { id: "bootstrap-sub-table-material", - url: prefix + "/list", + // url: prefix + "/list", + showSearch: false, + showRefresh: false, + showToggle: false, + showColumns: false, modalName: "bom", detailView: true, height: $(window).height() - 100, @@ -233,10 +237,34 @@ }; $.table.init(option1); + var option2 = { + id: "bootstrap-sub-table-biztoitem", + // url: prefix + "/list", + showSearch: false, + showRefresh: false, + showToggle: false, + showColumns: false, + modalName: "通知人", + detailView: true, + height: $(window).height() - 100, + //指定父id列 + columns: [ + {checkbox: false}, + {title: '通知人',field: 'item', }, + {title: '确认时间',field: 'materialNo', }, + {title: '操作',align: 'center', + formatter: function(value, row, index) { + var actions = []; + actions.push(' 删除 '); + return actions.join(''); + } + }] + }; + $.table.init(option2); }); initAllLevelTable = function(index, row, $detail) { $("#"+"all_level_table_"+row.id).bootstrapTable({ - url: prefix + "/allLevelList", + // url: prefix + "/allLevelList", method: 'post', sidePagination: "server", contentType: "application/x-www-form-urlencoded", @@ -378,7 +406,7 @@ initChildSonTable = function(index, row, $detail) { var childSonTable = $detail.html('
').find('table'); $(childSonTable).bootstrapTable({ - url: prefix + "/subList", + // url: prefix + "/subList", method: 'post', detailView: true, sidePagination: "server", diff --git a/ruoyi-admin/src/main/resources/templates/erp/developModifyOrder/detail.html b/ruoyi-admin/src/main/resources/templates/erp/developModifyOrder/detail.html index f318d310..df068b61 100644 --- a/ruoyi-admin/src/main/resources/templates/erp/developModifyOrder/detail.html +++ b/ruoyi-admin/src/main/resources/templates/erp/developModifyOrder/detail.html @@ -2,130 +2,130 @@ + + +
- -
- -
- -
-
-