From 77935b5153f8d5377f8d5696214f1eae00274938 Mon Sep 17 00:00:00 2001 From: rdpnr_hemingxia Date: Thu, 24 Apr 2025 10:32:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=BA=8C=E6=9C=9F=E5=9F=BA=E6=9C=AC?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/manage/delivery/add.html | 4 +-- .../templates/manage/delivery/edit.html | 4 +-- .../templates/manage/order/edit.html | 6 ++++ .../templates/manage/service/service.html | 32 ++++++++++++++++--- 4 files changed, 37 insertions(+), 9 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/manage/delivery/add.html b/ruoyi-admin/src/main/resources/templates/manage/delivery/add.html index f7fc0302..be4b574a 100644 --- a/ruoyi-admin/src/main/resources/templates/manage/delivery/add.html +++ b/ruoyi-admin/src/main/resources/templates/manage/delivery/add.html @@ -13,8 +13,8 @@
- - + +
diff --git a/ruoyi-admin/src/main/resources/templates/manage/delivery/edit.html b/ruoyi-admin/src/main/resources/templates/manage/delivery/edit.html index 57cee337..1536d359 100644 --- a/ruoyi-admin/src/main/resources/templates/manage/delivery/edit.html +++ b/ruoyi-admin/src/main/resources/templates/manage/delivery/edit.html @@ -14,8 +14,8 @@
- - + +
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 edce78c5..43b9b806 100644 --- a/ruoyi-admin/src/main/resources/templates/manage/order/edit.html +++ b/ruoyi-admin/src/main/resources/templates/manage/order/edit.html @@ -3,6 +3,11 @@ +
@@ -215,6 +220,7 @@ field: 'id', align: 'center', title: "id", + class:'hideTd', formatter: function (value, row, index) { var html = $.common.sprintf("", index, value); return html; 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 ab910256..7c8b890c 100644 --- a/ruoyi-admin/src/main/resources/templates/manage/service/service.html +++ b/ruoyi-admin/src/main/resources/templates/manage/service/service.html @@ -37,6 +37,7 @@ label { margin-bottom: 0; width: 80px; + font-weight: 600; } input[type="text"] { @@ -74,7 +75,7 @@ display: flex;justify-content: flex-start;flex-direction: column;align-items: center } .table-striped thead{ - background: #ccc; + background: #f5f5f5 !important; } .table-striped thead th{ padding: 10px; @@ -84,8 +85,10 @@ } .tabBtn{ display: inline-block; - padding: 10px; + padding:8px 10px; cursor: pointer; + width: 80px; + text-align: center; } @@ -108,7 +111,7 @@
查询结果
-
产品信息
+
产品信息
@@ -169,7 +172,7 @@ }); function getData() { let serialNumber=$('#serialNumber').val() - $.operate.get(`/system/product/product=${serialNumber}`, function (res){ + $.operate.get(`/manage/service/product?serialNumber=${serialNumber}`, function (res){ let str=`` if(res.data.length){ str=`` @@ -185,7 +188,7 @@ let serialNumber=$('#serialNumber').val() } $('#tableBOx tbody').html(str) }) - $.operate.get(`/manage/service/order=${serialNumber}`, function (res){ + $.operate.get(`/manage/service/order?serialNumber=${serialNumber}`, function (res){ let str=`` if(res.data.length){ str=`` @@ -207,6 +210,25 @@ let serialNumber=$('#serialNumber').val() } $('#tableBOx2 tbody').html(str) }) + $.operate.get(`/manage/service/query?serialNumber=${serialNumber}`, function (res){ + let str=`` + if(res.data.length){ + str=`` + res.data.forEach((ele)=>{ + str+=` + + + + + + + + +` + }) + } + $('#tableBOx3 tbody').html(str) + }) } function changeTab(show) { if(!show){
暂无数据
暂无数据
暂无数据
${ele.startDate}${ele.statua == 0 ? '有效' : '无效'}