|
|
|
@ -28,6 +28,13 @@ |
|
|
|
<el-option label="已到达" value="已到达"></el-option> |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item :label="'单据来源'"> |
|
|
|
<el-select v-model="searchData.documentSource" style="width: 100px"> |
|
|
|
<el-option label="全部" value=""></el-option> |
|
|
|
<el-option label="设备点检" value="设备点检"></el-option> |
|
|
|
<el-option label="设备维修" value="设备维修"></el-option> |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item :label="'计划执行日期:'"> |
|
|
|
<el-date-picker |
|
|
|
style="width: 120px" |
|
|
|
@ -396,7 +403,8 @@ |
|
|
|
endDate:'', |
|
|
|
page: 1, |
|
|
|
limit: 10, |
|
|
|
searchType: 'reportDefect' |
|
|
|
searchType: 'reportDefect', |
|
|
|
documentSource: '' |
|
|
|
}, |
|
|
|
height: 200, |
|
|
|
pageIndex: 1, |
|
|
|
@ -690,6 +698,23 @@ |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 101020, |
|
|
|
serialNumber: '101020TableActualRemark', |
|
|
|
tableId: "101020Table", |
|
|
|
tableName: "common", |
|
|
|
columnProp: 'documentSource', |
|
|
|
headerAlign: "center", |
|
|
|
align: "center", |
|
|
|
columnLabel: '单据来源', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
}, |
|
|
|
], |
|
|
|
detailModelFlag:false, |
|
|
|
detailList:[], |
|
|
|
@ -1319,7 +1344,7 @@ |
|
|
|
createBy: this.$store.state.user.name, |
|
|
|
orderNo: this.saveData.orderNo, |
|
|
|
folder: 'reportFault', |
|
|
|
}; |
|
|
|
} |
|
|
|
//打开组件 去做新增业务 |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$refs.reportImageUpload.init(currentData); |
|
|
|
@ -1333,7 +1358,7 @@ |
|
|
|
createBy: this.$store.state.user.name, |
|
|
|
orderNo: this.saveData.orderNo, |
|
|
|
folder: 'reportSparPart', |
|
|
|
}; |
|
|
|
} |
|
|
|
//打开组件 去做新增业务 |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$refs.reportImageUpload.init(currentData); |
|
|
|
|