diff --git a/ruoyi-admin/src/main/resources/templates/manage/order/add.html b/ruoyi-admin/src/main/resources/templates/manage/order/add.html index dd81353c..7317ef68 100644 --- a/ruoyi-admin/src/main/resources/templates/manage/order/add.html +++ b/ruoyi-admin/src/main/resources/templates/manage/order/add.html @@ -287,6 +287,13 @@ }] }; $.table.init(options); + + parent.layer.style(parent.layer.index, { + width: '1100px', + height: '630px', + top: '30px', + left: '300px' + }); }); function addRow(row) { diff --git a/ruoyi-admin/src/main/resources/templates/manage/order/edit.html b/ruoyi-admin/src/main/resources/templates/manage/order/edit.html index 2b00786c..606ebb80 100644 --- a/ruoyi-admin/src/main/resources/templates/manage/order/edit.html +++ b/ruoyi-admin/src/main/resources/templates/manage/order/edit.html @@ -321,6 +321,12 @@ $(function () { initTable([[${orderInfo.orderListList}]]) + parent.layer.style(parent.layer.index, { + width: '1100px', + height: '630px', + top: '30px', + left: '300px' + }); }); function downloadTem() { diff --git a/ruoyi-admin/src/main/resources/templates/manage/service/service.html b/ruoyi-admin/src/main/resources/templates/manage/service/service.html index 5b4c9bdf..1ef9c328 100644 --- a/ruoyi-admin/src/main/resources/templates/manage/service/service.html +++ b/ruoyi-admin/src/main/resources/templates/manage/service/service.html @@ -133,11 +133,11 @@ 版本号 合同名称 销售人员姓名 - 邮箱 + 销售人员邮箱 最终客户名称 联系人 电话 - 邮箱 + 客户邮箱 diff --git a/ruoyi-admin/src/main/resources/templates/system/agent/add.html b/ruoyi-admin/src/main/resources/templates/system/agent/add.html index de1603a4..76835d04 100644 --- a/ruoyi-admin/src/main/resources/templates/system/agent/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/agent/add.html @@ -37,7 +37,7 @@
-