修复导出下载功能
This commit is contained in:
parent
a6035fc746
commit
609ea2a8d2
|
|
@ -236,7 +236,7 @@ function showProcess() {
|
||||||
}
|
}
|
||||||
// 申请
|
// 申请
|
||||||
function applyPlan(obj) {
|
function applyPlan(obj) {
|
||||||
openIframeByParamObj("apply_plan", "车辆需求计划申请", "./child/apply_plan_form.html", "92%", "95%", obj);
|
openIframeByParamObj("apply_plan", "车辆需求计划申请-S", "./child/apply_plan_form.html", "92%", "95%", obj);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 申请修改
|
// 申请修改
|
||||||
|
|
|
||||||
|
|
@ -142,8 +142,8 @@ function initTable() {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: "code",
|
field: "code",
|
||||||
width: '8.9%',
|
width: '12%',
|
||||||
title: "需求计划<br>编号",
|
title: "需求计划编号",
|
||||||
unresize: true,
|
unresize: true,
|
||||||
align: "center",
|
align: "center",
|
||||||
sort:true,
|
sort:true,
|
||||||
|
|
@ -170,7 +170,7 @@ function initTable() {
|
||||||
{
|
{
|
||||||
field: "remark",
|
field: "remark",
|
||||||
title: "备注",
|
title: "备注",
|
||||||
width: '10%',
|
width: '6%',
|
||||||
unresize: true,
|
unresize: true,
|
||||||
align: "center",
|
align: "center",
|
||||||
sort:true,
|
sort:true,
|
||||||
|
|
@ -228,7 +228,7 @@ function initTable() {
|
||||||
{
|
{
|
||||||
field: "supName",
|
field: "supName",
|
||||||
title: "已指派<br>供应商",
|
title: "已指派<br>供应商",
|
||||||
width: '8.5%',
|
width: '12%',
|
||||||
align: "center",
|
align: "center",
|
||||||
unresize: true,
|
unresize: true,
|
||||||
sort:true,
|
sort:true,
|
||||||
|
|
|
||||||
|
|
@ -152,7 +152,7 @@ function initTable() {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: "proName",
|
field: "proName",
|
||||||
width: '10%',
|
width: '20%',
|
||||||
title: "工程名称",
|
title: "工程名称",
|
||||||
unresize: true,
|
unresize: true,
|
||||||
align: "center",
|
align: "center",
|
||||||
|
|
@ -160,7 +160,7 @@ function initTable() {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: "planNum",
|
field: "planNum",
|
||||||
width: '7%',
|
width: '6%',
|
||||||
title: "计划数",
|
title: "计划数",
|
||||||
unresize: true,
|
unresize: true,
|
||||||
align: "center",
|
align: "center",
|
||||||
|
|
@ -171,7 +171,7 @@ function initTable() {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: "ypcNum",
|
field: "ypcNum",
|
||||||
width: '7%',
|
width: '6%',
|
||||||
title: "已派车",
|
title: "已派车",
|
||||||
unresize: true,
|
unresize: true,
|
||||||
align: "center",
|
align: "center",
|
||||||
|
|
@ -182,7 +182,7 @@ function initTable() {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: "dpcNum",
|
field: "dpcNum",
|
||||||
width: '7%',
|
width: '6%',
|
||||||
title: "待派车",
|
title: "待派车",
|
||||||
unresize: true,
|
unresize: true,
|
||||||
align: "center",
|
align: "center",
|
||||||
|
|
@ -215,7 +215,7 @@ function initTable() {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: "progress",
|
field: "progress",
|
||||||
width: '11.9%',
|
width: '9.9%',
|
||||||
title: "进度",
|
title: "进度",
|
||||||
unresize: true,
|
unresize: true,
|
||||||
align: "center",
|
align: "center",
|
||||||
|
|
@ -224,24 +224,24 @@ function initTable() {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: "needNum",
|
field: "needNum",
|
||||||
title: "申请用车数量",
|
title: "申请数",
|
||||||
width: '10%',
|
width: '8%',
|
||||||
unresize: true,
|
unresize: true,
|
||||||
align: "center",
|
align: "center",
|
||||||
sort: true,
|
sort: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: "dispatchNum",
|
field: "dispatchNum",
|
||||||
title: "已派车数量",
|
title: "已派车",
|
||||||
width: '9%',
|
width: '7%',
|
||||||
unresize: true,
|
unresize: true,
|
||||||
align: "center",
|
align: "center",
|
||||||
sort: true,
|
sort: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: "noDispatchNum",
|
field: "noDispatchNum",
|
||||||
title: "待派车数量",
|
title: "待派车",
|
||||||
width: '9%',
|
width: '7%',
|
||||||
unresize: true,
|
unresize: true,
|
||||||
align: "center",
|
align: "center",
|
||||||
sort: true,
|
sort: true,
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>车辆需求计划申请</title>
|
<title>车辆需求计划申请-TWO</title>
|
||||||
<meta name="renderer" content="webkit">
|
<meta name="renderer" content="webkit">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,7 @@
|
||||||
<div class="layui-inline">
|
<div class="layui-inline">
|
||||||
<label class="layui-form-label required" style="width: 110px !important;">申请工程</label>
|
<label class="layui-form-label required" style="width: 110px !important;">申请工程</label>
|
||||||
<div class="layui-input-inline">
|
<div class="layui-input-inline">
|
||||||
<select name="proId" id="proId" lay-verify="required" lay-search
|
<select name="proId" id="proId" lay-verify="required" lay-search class="layui-select">
|
||||||
class="layui-select">
|
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue