From 3761229f2141027f5982c8c0d574d4186565bf57 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期六, 09 九月 2023 16:58:06 +0800
Subject: [PATCH] #项目管理添加产品类型
---
src/main/webapp/static/js/plan/plan.js | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/static/js/plan/plan.js b/src/main/webapp/static/js/plan/plan.js
index 5997956..a540409 100644
--- a/src/main/webapp/static/js/plan/plan.js
+++ b/src/main/webapp/static/js/plan/plan.js
@@ -303,6 +303,7 @@
method: 'GET',
success: function (res0) {
let planType = res0.data.planType;
+ console.log(planType.html)
if (res0.code === 200) {
admin.open({
type: 1,
@@ -326,6 +327,7 @@
});
layDateRender();
form.on('submit(editSubmit)', function (data) {
+ console.log(data)
data.field.planType = planType.id;
data.field.orderId = orderSel.getValue()[0] ? orderSel.getValue()[0].value : null;
data.field.cstmrId = cstmrSel.getValue()[0] ? cstmrSel.getValue()[0].value : null;
@@ -861,7 +863,7 @@
if (res.code === 200) {
cb(res.data)
} else {
- cb([]);
+ cb([]);Query/auth
layer.msg(res.msg, {icon: 2});
}
}
@@ -914,7 +916,6 @@
method: 'POST',
success: function (res) {
if (res.code === 200) {
- console.log(planNeedXmlSelData)
planNeedXmlSel.update({
initValue: planNeedXmlSelData,
data: res.data
--
Gitblit v1.9.1