From 923403eafb7d5f9f622a5220d8ba74181e0b1f8e Mon Sep 17 00:00:00 2001 From: liuxiaoxu <1793812695@qq.com> Date: Tue, 17 Sep 2024 09:06:41 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E9=94=80=E5=94=AE=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=80=E5=94=AE=E8=AE=A2=E5=8D=95=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E9=A1=B5=E9=9D=A2=EF=BC=9A=E4=B8=8B=E6=8B=89=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E5=90=8D=E7=A7=B0=E5=90=8E=E6=9F=A5=E8=AF=A2=E4=B8=8D?= =?UTF-8?q?=E5=88=B0=E5=AE=A2=E6=88=B7=E8=81=94=E7=B3=BB=E4=BA=BA=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=9B=E4=BF=AE=E6=94=B9=E5=89=8D=E5=90=8E?= =?UTF-8?q?=E7=AB=AF=E6=9F=A5=E8=AF=A2=E6=8E=A5=E5=8F=A3=20=E6=8C=89?= =?UTF-8?q?=E7=85=A7=E4=B8=87=E6=9D=90=E8=B0=83=E6=95=B4=EF=BC=9A=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E9=94=80=E5=94=AE=E8=AE=A2=E5=8D=95=E4=B8=BB=E8=A1=A8?= =?UTF-8?q?=E7=9A=84=E8=AE=A1=E5=88=92=E4=BA=A4=E4=BB=98=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E4=BD=BF=E7=94=A8=E9=94=80=E5=94=AE=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E8=AF=A6=E6=83=85=E8=A1=A8=E7=BB=B4=E6=8A=A4=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E4=BA=A4=E4=BB=98=E6=97=B6=E9=97=B4=EF=BC=9B=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E9=94=80=E5=94=AE=E8=AE=A2=E5=8D=95=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E3=80=81=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E3=80=81=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E3=80=81=E9=A9=B3?= =?UTF-8?q?=E5=9B=9E=E8=B0=83=E6=95=B4=E9=A1=B5=E9=9D=A2=E3=80=81=E4=B8=9A?= =?UTF-8?q?=E5=8A=A1=E7=BB=8F=E7=90=86=E5=AE=A1=E6=A0=B8=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E3=80=81=E4=B8=9A=E5=8A=A1=E4=B8=BB=E7=AE=A1=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E3=80=81=E6=80=BB=E7=BB=8F=E7=90=86=E6=80=BB?= =?UTF-8?q?=E5=8A=A9=E5=AE=A1=E6=A0=B8=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/system/salesOrder/add.html | 20 +++++++++---------- .../templates/system/salesOrder/detail.html | 18 ++++++++--------- .../templates/system/salesOrder/edit.html | 18 ++++++++--------- .../system/salesOrder/taskModifyApply.html | 18 ++++++++--------- .../system/salesOrder/taskYwjlVerify.html | 18 ++++++++--------- .../system/salesOrder/taskYwzgVerify.html | 18 ++++++++--------- .../system/salesOrder/taskZozjVerify.html | 18 ++++++++--------- 7 files changed, 64 insertions(+), 64 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/salesOrder/add.html b/ruoyi-admin/src/main/resources/templates/system/salesOrder/add.html index 15e0a6ef..50c533ac 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesOrder/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesOrder/add.html @@ -234,15 +234,15 @@ -
- -
-
- - -
-
-
+ + + + + + + + +
@@ -799,7 +799,7 @@ allowClear: true, ajax:{ type: "post", - url:ctx + "system/customer/contactsList2", + url:ctx + "system/customer/contactsList", dataType:"json", delay:250, cache:true, diff --git a/ruoyi-admin/src/main/resources/templates/system/salesOrder/detail.html b/ruoyi-admin/src/main/resources/templates/system/salesOrder/detail.html index 26fe2a65..b6a9e32b 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesOrder/detail.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesOrder/detail.html @@ -242,15 +242,15 @@
-
- -
-
- - -
-
-
+ + + + + + + + +
diff --git a/ruoyi-admin/src/main/resources/templates/system/salesOrder/edit.html b/ruoyi-admin/src/main/resources/templates/system/salesOrder/edit.html index 3f214f51..542852a9 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesOrder/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesOrder/edit.html @@ -245,15 +245,15 @@
-
- -
-
- - -
-
-
+ + + + + + + + +
diff --git a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskModifyApply.html b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskModifyApply.html index 809f7318..c4694bc6 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskModifyApply.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskModifyApply.html @@ -211,15 +211,15 @@
-
- -
-
- - -
-
-
+ + + + + + + + +
diff --git a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwjlVerify.html b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwjlVerify.html index 401f8a10..a8cb64e0 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwjlVerify.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwjlVerify.html @@ -207,15 +207,15 @@
-
- -
-
- - -
-
-
+ + + + + + + + +
diff --git a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwzgVerify.html b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwzgVerify.html index 23c21c18..3a05c3b0 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwzgVerify.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwzgVerify.html @@ -206,15 +206,15 @@
-
- -
-
- - -
-
-
+ + + + + + + + +
diff --git a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskZozjVerify.html b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskZozjVerify.html index 5172ff46..5b6873d4 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskZozjVerify.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskZozjVerify.html @@ -206,15 +206,15 @@
-
- -
-
- - -
-
-
+ + + + + + + + +