|
|
@ -923,7 +923,8 @@ |
|
|
</el-form> |
|
|
</el-form> |
|
|
</el-tab-pane> |
|
|
</el-tab-pane> |
|
|
<el-tab-pane label="附件信息" name="proofing_file"> |
|
|
<el-tab-pane label="附件信息" name="proofing_file"> |
|
|
<profing-file ref="profingFile" :test-no="proofingCurrentRow.proofingNo" ></profing-file> |
|
|
|
|
|
|
|
|
<!-- <profing-file ref="profingFile" :test-no="proofingCurrentRow.proofingNo" ></profing-file>--> |
|
|
|
|
|
<oss-components label="打样单号" style="margin-top: 5px" height="28vh" :columns="ossColumns" :order-ref2="proofingCurrentRow.proofingNo" :order-ref1="proofingCurrentRow.site"></oss-components> |
|
|
</el-tab-pane> |
|
|
</el-tab-pane> |
|
|
<!-- 审批信息 --> |
|
|
<!-- 审批信息 --> |
|
|
<el-tab-pane label="审批信息" name="approvalInformation"> |
|
|
<el-tab-pane label="审批信息" name="approvalInformation"> |
|
|
@ -1076,9 +1077,11 @@ import proofingAttribute from "../demoComponents/orderProperties" |
|
|
import ApprovalInformation from "../changeManagement/approvalInformation.vue"; |
|
|
import ApprovalInformation from "../changeManagement/approvalInformation.vue"; |
|
|
import {queryCustomer} from "../../../api/customer/customerInformation"; |
|
|
import {queryCustomer} from "../../../api/customer/customerInformation"; |
|
|
import {queryProjectByCustomer} from "../../../api/project/project"; |
|
|
import {queryProjectByCustomer} from "../../../api/project/project"; |
|
|
|
|
|
import OssComponents from "../oss/ossComponents.vue"; |
|
|
|
|
|
|
|
|
export default { |
|
|
export default { |
|
|
components: { |
|
|
components: { |
|
|
|
|
|
OssComponents, |
|
|
ApprovalInformation, |
|
|
ApprovalInformation, |
|
|
ProjectInfo |
|
|
ProjectInfo |
|
|
,DictDataSelect |
|
|
,DictDataSelect |
|
|
@ -2181,6 +2184,98 @@ export default { |
|
|
|
|
|
|
|
|
columnFieldList1: [], |
|
|
columnFieldList1: [], |
|
|
columnFieldList2: [], |
|
|
columnFieldList2: [], |
|
|
|
|
|
ossColumns:[ |
|
|
|
|
|
{ |
|
|
|
|
|
userId: this.$store.state.user.name, |
|
|
|
|
|
functionId: 103001, |
|
|
|
|
|
serialNumber: '103001Table2FileName', |
|
|
|
|
|
tableId: '103001Table2', |
|
|
|
|
|
tableName: '文件信息表', |
|
|
|
|
|
columnProp: 'fileName', |
|
|
|
|
|
headerAlign: 'center', |
|
|
|
|
|
align: 'center', |
|
|
|
|
|
columnLabel: '文件名称', |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: false, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
columnWidth: 140 |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
userId: this.$store.state.user.name, |
|
|
|
|
|
functionId: 103001, |
|
|
|
|
|
serialNumber: '103001Table2FileRemark', |
|
|
|
|
|
tableId: '103001Table2', |
|
|
|
|
|
tableName: '文件信息表', |
|
|
|
|
|
columnProp: 'fileRemark', |
|
|
|
|
|
headerAlign: 'center', |
|
|
|
|
|
align: 'center', |
|
|
|
|
|
columnLabel: '备注', |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: false, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
columnWidth: 240 |
|
|
|
|
|
}, |
|
|
|
|
|
// { |
|
|
|
|
|
// userId: this.$store.state.user.name, |
|
|
|
|
|
// functionId: 103001, |
|
|
|
|
|
// serialNumber: '103001Table2OrderRef3', |
|
|
|
|
|
// tableId: '103001Table2', |
|
|
|
|
|
// tableName: '文件信息表', |
|
|
|
|
|
// columnProp: 'orderRef3', |
|
|
|
|
|
// headerAlign: 'center', |
|
|
|
|
|
// align: 'center', |
|
|
|
|
|
// columnLabel: '文件描述', |
|
|
|
|
|
// columnHidden: false, |
|
|
|
|
|
// columnImage: false, |
|
|
|
|
|
// columnSortable: false, |
|
|
|
|
|
// sortLv: 0, |
|
|
|
|
|
// status: true, |
|
|
|
|
|
// fixed: '', |
|
|
|
|
|
// columnWidth: 120 |
|
|
|
|
|
// }, |
|
|
|
|
|
{ |
|
|
|
|
|
userId: this.$store.state.user.name, |
|
|
|
|
|
functionId: 103001, |
|
|
|
|
|
serialNumber: '103001Table2CreateDate', |
|
|
|
|
|
tableId: '103001Table2', |
|
|
|
|
|
tableName: '文件信息表', |
|
|
|
|
|
columnProp: 'createDate', |
|
|
|
|
|
headerAlign: 'center', |
|
|
|
|
|
align: 'center', |
|
|
|
|
|
columnLabel: '上传时间', |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: false, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
columnWidth: 140 |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
userId: this.$store.state.user.name, |
|
|
|
|
|
functionId: 103001, |
|
|
|
|
|
serialNumber: '103001Table2CreatedBy', |
|
|
|
|
|
tableId: '103001Table2', |
|
|
|
|
|
tableName: '文件信息表', |
|
|
|
|
|
columnProp: 'createBy', |
|
|
|
|
|
headerAlign: 'center', |
|
|
|
|
|
align: 'center', |
|
|
|
|
|
columnLabel: '上传人', |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: false, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
columnWidth: 140 |
|
|
|
|
|
} |
|
|
|
|
|
], |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
mounted() { |
|
|
mounted() { |
|
|
|