生产能力平衡

This commit is contained in:
zhangdingyu
2019-01-22 10:45:09 +08:00
parent 1c5d96bb48
commit 20bb241f78

View File

@@ -52,7 +52,7 @@
value-format="yyyy-MM-dd"
style="top: 1px;"
placeholder="选择开始日期"/>
<el-button size="small" type="primary" style="margin: 10px" @click="PartPlan()">制定零件计划</el-button>
<el-button size="small" type="primary" style="margin: 10px" @click="PartPlan()">零件计划变更</el-button>
<el-button v-if="false" size="small" type="primary" icon="el-icon-download" @click="Export()">导出Excel</el-button>
<el-table
v-loading="listLoading"
@@ -1489,7 +1489,7 @@ export default {
}
}
},
// 制定零件计划2.1
// 零件计划变更2.1
PartPlan() {
if (this.startTime !== '' && this.startTime !== null) {
if (this.endTime !== '' && this.endTime !== null) {