This commit is contained in:
parent
65060b0a35
commit
8677ac694b
|
|
@ -6,8 +6,7 @@ function setParams(obj) {
|
||||||
$('#planNum').html(objParam.planNum);
|
$('#planNum').html(objParam.planNum);
|
||||||
setStatusColor(objParam.status);
|
setStatusColor(objParam.status);
|
||||||
layui.use(["layer", 'element'], function () {
|
layui.use(["layer", 'element'], function () {
|
||||||
form = layui.form;
|
layer = layui.layer;
|
||||||
table = layui.table;
|
|
||||||
element = layui.element;
|
element = layui.element;
|
||||||
// tab 切换事件
|
// tab 切换事件
|
||||||
element.on('tab(demo-filter-tab)', function (data) {
|
element.on('tab(demo-filter-tab)', function (data) {
|
||||||
|
|
@ -160,5 +159,5 @@ function numToChinese(num) {
|
||||||
|
|
||||||
// 查看需求计划
|
// 查看需求计划
|
||||||
function openDetail() {
|
function openDetail() {
|
||||||
openIframeByParamObj2("view_plan", "需求计划", "./child/demand_plan_detail_list.html", "92%", "95%", objParam);
|
openIframeByParamObj2("view_plan", "需求计划", "/page/demandPlan/child/demand_plan_detail_list.html", "92%", "95%", objParam);
|
||||||
}
|
}
|
||||||
|
|
@ -165,5 +165,5 @@ function setNumColor(value, type) {
|
||||||
|
|
||||||
// 需求计划编号
|
// 需求计划编号
|
||||||
function plan_detail(obj){
|
function plan_detail(obj){
|
||||||
openIframeByParamObj2("plan_detail", "机具需求计划", "./child/apply_plan_detail.html", "92%", "95%", obj);
|
openIframeByParamObj2("plan_detail", "机具需求计划", "/page/demandPlan/child/apply_plan_detail.html", "92%", "95%", obj);
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue