|
|
@ -61,6 +61,14 @@ |
|
|
<el-option label = "报废" value = "报废"></el-option> |
|
|
<el-option label = "报废" value = "报废"></el-option> |
|
|
</el-select> |
|
|
</el-select> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
|
|
|
<el-form-item :label="'打样结论'"> |
|
|
|
|
|
<el-select v-model="searchData.proofingResultStatus" placeholder="请选择" clearable style="width: 120px"> |
|
|
|
|
|
<el-option label = "合格" value = "合格"></el-option> |
|
|
|
|
|
<el-option label = "不合格" value = "不合格"></el-option> |
|
|
|
|
|
<el-option label = "让步接受" value = "让步接受"></el-option> |
|
|
|
|
|
<el-option label = "N/A" value = "N/A"></el-option> |
|
|
|
|
|
</el-select> |
|
|
|
|
|
</el-form-item> |
|
|
<el-form-item :label="'PM/Sales'"> |
|
|
<el-form-item :label="'PM/Sales'"> |
|
|
<el-select v-model="searchData.projectManager" placeholder="请选择" clearable style="width: 130px"> |
|
|
<el-select v-model="searchData.projectManager" placeholder="请选择" clearable style="width: 130px"> |
|
|
<el-option |
|
|
<el-option |
|
|
@ -731,6 +739,24 @@ export default { |
|
|
fixed: '', |
|
|
fixed: '', |
|
|
columnWidth: 100, |
|
|
columnWidth: 100, |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
userId: this.$store.state.user.name, |
|
|
|
|
|
functionId: 401008, |
|
|
|
|
|
serialNumber: '401008Table1ProofingResultStatus', |
|
|
|
|
|
tableId: "401008Table1", |
|
|
|
|
|
tableName: "项目打样记录表", |
|
|
|
|
|
columnProp: 'proofingResultStatus', |
|
|
|
|
|
headerAlign: "center", |
|
|
|
|
|
align: "left", |
|
|
|
|
|
columnLabel: '打样结论' , |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: false, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
columnWidth: 100, |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
userId: this.$store.state.user.name, |
|
|
userId: this.$store.state.user.name, |
|
|
functionId: 401008, |
|
|
functionId: 401008, |
|
|
|