From 558dae4a18d393ac38daa43a354e8bc9a22e4e26 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 02 十一月 2023 16:52:59 +0800
Subject: [PATCH] 班次安排座位
---
zhengcaioa/zhengcaioa/Views/AdmAsk/CustomerWithdrawal.cshtml | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/zhengcaioa/zhengcaioa/Views/AdmAsk/CustomerWithdrawal.cshtml b/zhengcaioa/zhengcaioa/Views/AdmAsk/CustomerWithdrawal.cshtml
index 6473db7..39a6f8c 100644
--- a/zhengcaioa/zhengcaioa/Views/AdmAsk/CustomerWithdrawal.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/AdmAsk/CustomerWithdrawal.cshtml
@@ -368,7 +368,7 @@
return;
}
- if ("@Html.Raw(dangqianbuzhou)" == "璐㈠姟瀹℃壒") {
+ if ("@Html.Raw(dangqianbuzhou)" == "璐㈠姟瀹℃壒" && tongyi == "A") {
if ($.trim($("#Accounttype").val()) == '') {
toastr.warning("璐︽埛绫诲瀷涓嶈兘涓虹┖");
return;
@@ -457,6 +457,8 @@
city.append(o);
}
}
+
+ city.val("fa32da5c-56d4-4d53-8209-cc503e24ae92");
},
error: function () {
@@ -465,7 +467,7 @@
}
});
});
-
+ $("#Accounttype").val("05");
$("#Accounttype").trigger("change");
</script>
</body>
--
Gitblit v1.9.1