From 542be1048ae520d4b809f26e1067a0e14f4b6cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=81=B0=E7=81=B0?= Date: Thu, 29 Sep 2022 00:16:52 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E5=BD=93?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=9C=AC=E5=9C=B0=E5=90=8C=E5=9F=8E=E9=85=8D?= =?UTF-8?q?=E9=80=81=E6=88=96=E8=80=85=E4=B8=8A=E9=97=A8=E8=87=AA=E6=8F=90?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E5=8F=91=E8=B4=A7=E7=89=A9=E6=B5=81=E5=8D=95?= =?UTF-8?q?=E5=8F=B7=E9=BB=98=E8=AE=A4=E8=AE=BE=E7=BD=AE=E4=B8=BA"?= =?UTF-8?q?=E6=97=A0"=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wwwroot/views/order/orders/ship.html | 35 +++++++++++++------ 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/ship.html b/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/ship.html index adf371c4..6178db85 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/ship.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/ship.html @@ -76,15 +76,15 @@ - - 商品名称 - 商品编码 - 货品编码 - 购买数量 - 已退数量 - 已发数量 - 发货数量 - + + 商品名称 + 商品编码 + 货品编码 + 购买数量 + 已退数量 + 已发数量 + 发货数量 + {{# layui.each(d.params.data.orderModel.items, function(index, item){ }} @@ -107,7 +107,7 @@
- {{# layui.each(d.params.data.logistics, function(index, item){ }} @@ -130,7 +130,7 @@
- +
@@ -162,6 +162,19 @@ , cropperImg = layui.cropperImg , coreHelper = layui.coreHelper; + form.on('select(logiCodefilter)', function (data) { + if (data.value == 'benditongcheng' || data.value == 'shangmenziti') { + $('#logiNo').val('无'); + } else { + var logiNoVal = $('#logiNo').val(); + if (logiNoVal == '无') { + $('#logiNo').val(''); + } else { + $('#logiNo').val(logiNoVal); + } + } + }); + coreHelper.Post("Api/Tools/GetAreaCheckedList", { id: d.params.data.orderModel.shipAreaId }, function (data) { if (debug) { console.log(data); } //开启调试返回数据 var str = "";