From 4b93e2f25069b1b8a210719b1983eeba8a736017 Mon Sep 17 00:00:00 2001
From: LR-20210131IOQH\Administrator <jackcold@163.com>
Date: 星期四, 16 九月 2021 11:56:02 +0800
Subject: [PATCH] 增加印件名称模糊查询 电话号码验证修改 订单新增根据单价算总价,根据总价算单价 订单增加单位(其他类型)

---
 CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js b/CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js
index 65bea0d..a4ffe73 100644
--- a/CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js
+++ b/CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js
@@ -253,6 +253,7 @@
                 if (dataJson.PrintTypeId == "-1" || dataJson.PrintTypeId == -1) {
                     $("[name='printSizeName']").val(dataJson.PrintSizeName);
                     $("[name='printCount']").val(dataJson.PrintCount);
+                    $("[name='ysUnit']").val(dataJson.Unit);
                     $("[name='txtPrintDemand']").val(dataJson.PrintDemand);
                 } else {
                     BindControlByPrintType(dataJson);
@@ -1215,6 +1216,7 @@
     }
     $("[name='gramWeight0']").val(dataJson.GramWeight);
     $("#printCount").val(dataJson.PrintCount);
+    $("[name='ysUnit']").val(dataJson.Unit);
     $("[name='RopeTypeName']").val(dataJson.RopeTypeName);
     $("[name='RopeColor']").val(dataJson.RopeColor);
     $("[name='printColor0']").val(dataJson.PrintColor);

--
Gitblit v1.9.1