diff --git a/js/car_demand_plan/apply_plan_list.js b/js/car_demand_plan/apply_plan_list.js
index 3cf9533..f4a33ce 100644
--- a/js/car_demand_plan/apply_plan_list.js
+++ b/js/car_demand_plan/apply_plan_list.js
@@ -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);
}
// 申请修改
diff --git a/js/car_demand_plan/child/dispatch_car_pro_detail.js b/js/car_demand_plan/child/dispatch_car_pro_detail.js
index 29ba597..ffa8296 100644
--- a/js/car_demand_plan/child/dispatch_car_pro_detail.js
+++ b/js/car_demand_plan/child/dispatch_car_pro_detail.js
@@ -142,8 +142,8 @@ function initTable() {
},
{
field: "code",
- width: '8.9%',
- title: "需求计划
编号",
+ 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: "已指派
供应商",
- width: '8.5%',
+ width: '12%',
align: "center",
unresize: true,
sort:true,
diff --git a/js/car_demand_plan/dispatch_car_list.js b/js/car_demand_plan/dispatch_car_list.js
index e1404c3..1601456 100644
--- a/js/car_demand_plan/dispatch_car_list.js
+++ b/js/car_demand_plan/dispatch_car_list.js
@@ -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,
diff --git a/page/car_demand_plan/apply_plan_list.html b/page/car_demand_plan/apply_plan_list.html
index 6edbd7e..bc5f2a7 100644
--- a/page/car_demand_plan/apply_plan_list.html
+++ b/page/car_demand_plan/apply_plan_list.html
@@ -3,7 +3,7 @@