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