|
@@ -64,7 +64,7 @@
|
|
|
</el-select>
|
|
</el-select>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col v-bind="styleResponsive ? { lg: 3, md: 12 } : { span: 3 }">
|
|
|
|
|
|
|
+ <!-- <el-col v-bind="styleResponsive ? { lg: 3, md: 12 } : { span: 3 }">
|
|
|
<el-form-item label="计划状态:" label-width="80px">
|
|
<el-form-item label="计划状态:" label-width="80px">
|
|
|
<el-select
|
|
<el-select
|
|
|
size="mini"
|
|
size="mini"
|
|
@@ -80,7 +80,7 @@
|
|
|
></el-option>
|
|
></el-option>
|
|
|
</el-select>
|
|
</el-select>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
- </el-col>
|
|
|
|
|
|
|
+ </el-col> -->
|
|
|
<!-- <el-col-->
|
|
<!-- <el-col-->
|
|
|
<!-- v-bind="styleResponsive ? { lg: 6, md: 12 } : { span: 6 }"-->
|
|
<!-- v-bind="styleResponsive ? { lg: 6, md: 12 } : { span: 6 }"-->
|
|
|
<!-- v-if="activeName == 'second'"-->
|
|
<!-- v-if="activeName == 'second'"-->
|
|
@@ -131,8 +131,8 @@
|
|
|
>
|
|
>
|
|
|
<el-option label="要求完成日期" value="reqMoldTime"></el-option>
|
|
<el-option label="要求完成日期" value="reqMoldTime"></el-option>
|
|
|
<el-option
|
|
<el-option
|
|
|
- label="预测生产日期"
|
|
|
|
|
- value="planFormingTime"
|
|
|
|
|
|
|
+ label="计划交付日期"
|
|
|
|
|
+ value="planDeliveryTime"
|
|
|
></el-option>
|
|
></el-option>
|
|
|
<!-- <el-option label="实际生产日期" value="formingTime"></el-option> -->
|
|
<!-- <el-option label="实际生产日期" value="formingTime"></el-option> -->
|
|
|
</el-select>
|
|
</el-select>
|
|
@@ -272,7 +272,7 @@
|
|
|
/>
|
|
/>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
- <el-row v-if="activeName == 'second'">
|
|
|
|
|
|
|
+ <!-- <el-row v-if="activeName == 'second'">
|
|
|
<el-form-item label-width="150px">
|
|
<el-form-item label-width="150px">
|
|
|
<template slot="label">
|
|
<template slot="label">
|
|
|
<el-select
|
|
<el-select
|
|
@@ -302,7 +302,7 @@
|
|
|
>
|
|
>
|
|
|
</el-date-picker>
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
- </el-row>
|
|
|
|
|
|
|
+ </el-row> -->
|
|
|
<el-row v-if="activeName == 'second'">
|
|
<el-row v-if="activeName == 'second'">
|
|
|
<el-form-item label="工单发布时间:" label-width="150px">
|
|
<el-form-item label="工单发布时间:" label-width="150px">
|
|
|
<el-date-picker
|
|
<el-date-picker
|
|
@@ -345,7 +345,7 @@
|
|
|
deliveryTime: [],
|
|
deliveryTime: [],
|
|
|
formingTime: [],
|
|
formingTime: [],
|
|
|
reqMoldTime: [],
|
|
reqMoldTime: [],
|
|
|
- planFormingTime: [],
|
|
|
|
|
|
|
+ // planFormingTime: [],
|
|
|
executeUserName: '',
|
|
executeUserName: '',
|
|
|
searchInfo: '',
|
|
searchInfo: '',
|
|
|
};
|
|
};
|