From d15481638e21ccc610f5e36577497cb6279839b9 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 30 四月 2024 09:51:58 +0800
Subject: [PATCH] 修改计划订单

---
 CoreCms.Net.Web.Admin/wwwroot/views/corecmsplanorder/details.html |   78 +++++++++++++++++++++++++++++++++++++--
 1 files changed, 74 insertions(+), 4 deletions(-)

diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/corecmsplanorder/details.html b/CoreCms.Net.Web.Admin/wwwroot/views/corecmsplanorder/details.html
index fc0958e..76a3cc6 100644
--- a/CoreCms.Net.Web.Admin/wwwroot/views/corecmsplanorder/details.html
+++ b/CoreCms.Net.Web.Admin/wwwroot/views/corecmsplanorder/details.html
@@ -16,16 +16,43 @@
                 <td width="25%">
                     <label for="shipAddress">瀛︽牎</label>
                 </td>
-                <td width="25%"> 
+                <td width="25%">
                     {{ d.params.data.model.shipAddress || '' }}
                 </td>
             </tr>
 
 
 
+            <tr>
+                <td>
+                    <label for="shi">甯�</label>
+                </td>
+                <td>
+                    {{ d.params.data.model.shi || '' }}
+                </td>
+                <td>
+                    <label for="quxian">鍖哄幙</label>
+                </td>
+                <td>
+                    {{ d.params.data.model.quxian || '' }}
+                </td>
+            </tr>
 
 
-
+            <tr>
+                <td>
+                    <label for="pianqu">鐗囧尯</label>
+                </td>
+                <td>
+                    {{ d.params.data.model.pianqu || '' }}
+                </td>
+                <td>
+                    <label for="quxian">鏀惰揣鍦板潃</label>
+                </td>
+                <td>
+                    {{ d.params.data.model.shouhuoAddress || '' }}
+                </td>
+            </tr>
 
             <tr>
                 <td>
@@ -88,7 +115,12 @@
                 </td>
             </tr>
 
+            <tr>
+                <td style="background-color:lightsteelblue;" colspan="4">
+                    鍘熻鍗�
+                </td>
 
+            </tr>
             <tr>
                 <td style="background-color:lightsteelblue;">
                     鍟嗗搧鍚嶇О
@@ -99,12 +131,12 @@
                 <td style="background-color:lightsteelblue;">
                     鏁伴噺
                 </td>
-                <td style="background-color:lightsteelblue;" >
+                <td style="background-color:lightsteelblue;">
                     鎬讳环锛堝厓锛�
                 </td>
             </tr>
 
-            {{# layui.each(d.params.data.modelItem, function(index, item){ }}
+            {{# layui.each(d.params.data.modelItem1, function(index, item){ }}
             <tr>
                 <td>
                     {{ item.name }}   {{ item.specification }}
@@ -123,6 +155,44 @@
 
 
 
+            <tr>
+                <td style="background-color:lightsteelblue;" colspan="4">
+                    淇敼璁㈠崟
+                </td>
+
+            </tr>
+            <tr>
+                <td style="background-color:lightsteelblue;">
+                    鍟嗗搧鍚嶇О
+                </td>
+                <td style="background-color:lightsteelblue;">
+                    鍗曚环锛堝厓锛�
+                </td>
+                <td style="background-color:lightsteelblue;">
+                    鏁伴噺
+                </td>
+                <td style="background-color:lightsteelblue;">
+                    鎬讳环锛堝厓锛�
+                </td>
+            </tr>
+
+            {{# layui.each(d.params.data.modelItem2, function(index, item){ }}
+            <tr>
+                <td>
+                    {{ item.name }}   {{ item.specification }}
+                </td>
+                <td>
+                    {{ item.price }}
+                </td>
+                <td>
+                    {{ item.nums }}
+                </td>
+                <td>
+                    {{ item.amount }}
+                </td>
+            </tr>
+            {{# }); }}
+
         </tbody>
     </table>
 </script>

--
Gitblit v1.9.1