diff --git a/ruoyi-admin/src/main/resources/templates/project/info/add.html b/ruoyi-admin/src/main/resources/templates/project/info/add.html
index 1069ef82..f6e0cd7a 100644
--- a/ruoyi-admin/src/main/resources/templates/project/info/add.html
+++ b/ruoyi-admin/src/main/resources/templates/project/info/add.html
@@ -95,6 +95,9 @@
label {
margin-bottom: 0 !important;
}
+ [name="bgProperty"], #industryTypeBox select {
+ pointer-events: none;
+ }
@@ -112,19 +115,19 @@
- BG* |
+ BG |
|
- 行业* |
+ 行业 |
|
@@ -446,6 +449,9 @@
$('[name="customerName"]').val(rows[0].customerName);
$('[name="customerUserName"]').val(rows[0].contactPerson);
$('[name="customerPhone"]').val(rows[0].contactPhone);
+ $('[name="bgProperty"]').val(rows[0].bgProperty);
+ changeBg()
+ $('[name="industryType"]').val(rows[0].industryType);
$.modal.close(index);
}
@@ -575,7 +581,7 @@
str += ` `
})
$('#industryTypeBox').html(`
-
- BG* |
+ BG |
+ onchange="changeBg()" readonly >
|
- 行业* |
+ 行业 |
-
+
|
@@ -510,6 +513,9 @@
$('[name="customerName"]').val(rows[0].customerName);
$('[name="customerUserName"]').val(rows[0].contactPerson);
$('[name="customerPhone"]').val(rows[0].contactPhone);
+ $('[name="bgProperty"]').val(rows[0].bgProperty);
+ changeBg()
+ $('[name="industryType"]').val(rows[0].industryType);
$.modal.close(index);
}
@@ -651,7 +657,7 @@
str += ` `
})
$('#industryTypeBox').html(`
-
+
${str}
@@ -663,7 +669,7 @@
str += ` `
})
$('#industryTypeBox').html(`
-
+
${str}
diff --git a/ruoyi-admin/src/main/resources/templates/project/info/selectCustomer.html b/ruoyi-admin/src/main/resources/templates/project/info/selectCustomer.html
index e8c95239..b58896e0 100644
--- a/ruoyi-admin/src/main/resources/templates/project/info/selectCustomer.html
+++ b/ruoyi-admin/src/main/resources/templates/project/info/selectCustomer.html
@@ -33,14 +33,24 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
搜索
@@ -62,7 +72,7 @@
-
diff --git a/ruoyi-admin/src/main/resources/templates/project/order/add.html b/ruoyi-admin/src/main/resources/templates/project/order/add.html
index ccd5bcd2..671944d6 100644
--- a/ruoyi-admin/src/main/resources/templates/project/order/add.html
+++ b/ruoyi-admin/src/main/resources/templates/project/order/add.html
@@ -532,8 +532,8 @@
function searchProject() {
var url = prefix + "/selectProject";
var options = {
- title: '选择客户',
- width: "680",
+ title: '选择项目',
+ width: "800",
url: url,
height: '600',
callBack: doSubmitProject
diff --git a/ruoyi-admin/src/main/resources/templates/project/order/edit.html b/ruoyi-admin/src/main/resources/templates/project/order/edit.html
index 3c34d82e..27d109eb 100644
--- a/ruoyi-admin/src/main/resources/templates/project/order/edit.html
+++ b/ruoyi-admin/src/main/resources/templates/project/order/edit.html
@@ -73,9 +73,9 @@
position: relative;
}
- /*[name="bgProperty"], #industryTypeBox select {*/
- /* pointer-events: none;*/
- /*}*/
+ [name="bgProperty"], #industryTypeBox select {
+ pointer-events: none;
+ }
#projectNameBox {
margin-left: 20px;
@@ -136,20 +136,20 @@
required>
- BG* |
+ BG |
-
+
|
- 行业* |
+ 行业 |
-
+
|
@@ -520,8 +520,8 @@
function searchProject() {
var url = prefix + "/selectProject";
var options = {
- title: '选择客户',
- width: "680",
+ title: '选择项目',
+ width: "800",
url: url,
height: '600',
callBack: doSubmitProject
@@ -701,7 +701,7 @@
str += ` `
})
$('#industryTypeBox').html(`
-
+
${str}
@@ -713,7 +713,7 @@
str += ` `
})
$('#industryTypeBox').html(`
-
+
${str}
diff --git a/ruoyi-admin/src/main/resources/templates/project/order/selectProject.html b/ruoyi-admin/src/main/resources/templates/project/order/selectProject.html
index 105627ce..5c50589c 100644
--- a/ruoyi-admin/src/main/resources/templates/project/order/selectProject.html
+++ b/ruoyi-admin/src/main/resources/templates/project/order/selectProject.html
@@ -50,9 +50,7 @@