| | |
| | | <div class="assembly viewWrap"> |
| | | <a ref="download" style="display: none" /> |
| | | <ProductList ref="productList"></ProductList> |
| | | <h2>组装任务计划管理</h2> |
| | | <h2>生产任务计划管理</h2> |
| | | <!-- 搜索功能区 --> |
| | | <div class="wrap"> |
| | | <div class="searchWrap"> |
| | |
| | | this.formData.endDate = null; |
| | | this.formData.status = null; |
| | | this.showFromData = true; |
| | | this.dialogTitle = "添加组装任务计划"; |
| | | this.dialogTitle = "添加生产任务计划"; |
| | | }, |
| | | // 关闭 |
| | | handleFormDataClose: function () { |
| | |
| | | this.formData.endDate = row.endDate; |
| | | this.formData.status = row.status; |
| | | this.showFromData = true; |
| | | this.dialogTitle = "编辑组装任务计划"; |
| | | this.dialogTitle = "编辑生产任务计划"; |
| | | this.onGetProcessData(); |
| | | }, |
| | | handleOrderIdChange: function () { |