From f2fa318161407b936f70aa3b918dd38f24ea9a88 Mon Sep 17 00:00:00 2001
From: yzh <snbbt@21cn.com>
Date: 星期一, 13 六月 2022 07:08:28 +0800
Subject: [PATCH] 数据字典表相关功能 系统账号管理优化 订单管理 API账号管理 客户信息管理
---
web/web/GwSp.aspx | 50 +++++++++++++++++++++++++++++++++++++++-----------
1 files changed, 39 insertions(+), 11 deletions(-)
diff --git a/web/web/GwSp.aspx b/web/web/GwSp.aspx
index ecace87..3b3d847 100644
--- a/web/web/GwSp.aspx
+++ b/web/web/GwSp.aspx
@@ -124,7 +124,7 @@
//鍏呭��
$(document).on("click", ".action-modal-charge", function () {
- var spID = $(this).data("id"); //璐﹀彿ID
+ var spID = $(this).data("id"); //鐭俊璐﹀彿
//window.open("gwOrderCreate.aspx?spId=" + spID, 'gwOrderCreate');
window.location.href = "gwOrderCreate.aspx?spId=" + spID;
});
@@ -142,8 +142,15 @@
//鏂板姞
$(document).on("click", ".action-updateStatus", function () {
var spid = $(this).attr("data-spid");
- var status=$(this).attr("data-status");
- mytek.confirm("鏄惁闇�瑕佷慨鏀硅璐︽埛鐘舵�侊紵", "鏄惁鎿嶄綔锛�", function (b) {
+ var status = $(this).attr("data-status");
+ var statusMsg = "";
+ if (status == 0) {
+ statusMsg = "銆愬仠鐢ㄣ��";
+ }
+ else {
+ statusMsg = "銆愬惎鐢ㄣ��";
+ }
+ mytek.confirm("鏄惁闇�瑕�" + statusMsg + "璇ヨ处鎴风姸鎬侊紵", "鏄惁鎿嶄綔锛�", function (b) {
if (b) {
$.post("gwsp.ashx", { action: "updateSpStatus", spid: spid,status:status }, function (r) {
mytek.alert(r.Message, r.OK, function () {
@@ -382,7 +389,7 @@
<div class="ibox">
<div class="form-group">
<div class="input-group m-b">
- <span class="input-group-addon">SP璐﹀彿</span>
+ <span class="input-group-addon">鐭俊璐﹀彿</span>
<input type="text" name="spID" id="spID" class="form-control col-md-2" />
</div>
</div>
@@ -409,14 +416,14 @@
<div class="form-group">
<div class="input-group m-b">
- <span class="input-group-addon">閫氶亾ID</span>
+ <span class="input-group-addon">閫氶亾鍚�</span>
<input type="text" name="opID" id="opID" class="form-control col-md-2" />
</div>
</div>
<div class="form-group">
<div class="input-group m-b">
- <span class="input-group-addon">鍏宠仈浜у搧ID</span>
+ <span class="input-group-addon">鍏宠仈浜у搧鍚嶇О</span>
<select name="productId" id="productId" class="form-control">
<%=GetProductOptions("")%>
</select>
@@ -463,8 +470,6 @@
<div class="form-group">
<div class="input-group m-b">
<input type="button" value="鏌ヨ" class="btn btn-primary action-query" />
- <input type="button" value="鎵归噺淇敼閫氶亾" class="btn btn-danger action-modal-op" />
- <input type="button" class="btn btn-info action-export" value="瀵煎嚭鏁版嵁" />
<input class="btn btn-warning action-create" value="鍒涘缓鏂拌处鍙�" type="button" />
</div>
</div>
@@ -472,6 +477,8 @@
</div>
</form>
<div class="table-responsive">
+ <input type="button" value="鎵归噺淇敼閫氶亾" class="btn btn-danger action-modal-op" />
+ <input type="button" class="btn btn-info action-export" value="瀵煎嚭鏁版嵁" />
<table class="table table-striped table-bordered table-hover" id="gwspTable">
<thead>
<tr class="header">
@@ -479,10 +486,19 @@
<input type='checkbox' name='checkAll' id='checkAll' />
</th>
<th>
- SP璐﹀彿/鎺ュ叆鍗忚/褰掑睘瀹㈡埛
+ 鐭俊璐﹀彿
</th>
<th>
鍏宠仈浜у搧
+ </th>
+ <th>
+ 瀹㈡埛璐﹀彿
+ </th>
+ <th>
+ 鍏徃鍚嶇О
+ </th>
+ <th>
+ 鎺ュ叆鍗忚
</th>
<th>
閫氶亾
@@ -491,11 +507,20 @@
澶辫触琛ュ彂
</th>
<th>
+ 浠樿垂鏂瑰紡
+ </th>
+ <th>
+ 鍙傛暟鍗曚环锛堝厓/鏉★級
+ </th>
+ <th>
+ 浣欓锛堟�绘潯鏁�/鍩烘湰鏉℃暟/璧犻�佹潯鏁帮級
+ </th>
<!-- add: yangzh by 2022-03-14 start
- 鏉℃暟/浣欓/浠樿垂鏂瑰紡/鍗曚环/鍛婅
- -->
+ <th>
+ //鏉℃暟/浣欓/浠樿垂鏂瑰紡/鍗曚环/鍛婅
鍓╀綑鎬绘潯鏁�/鍩烘湰鏉℃暟/璧犻�佹潯鏁�/浠樿垂鏂瑰紡/鍗曚环/鍛婅
</th>
+ -->
<th>
璐﹀彿閰嶇疆灞炴��
</th>
@@ -508,6 +533,9 @@
<th>
鐘舵��
</th>
+ <th>
+ 婵�娲绘椂闂�
+ </th>
<th colspan="4">
鎿嶄綔
</th>
--
Gitblit v1.9.1