diff --git a/src/views/modules/common/uploadFileList.vue b/src/views/modules/common/uploadFileList.vue index ce6d06e..5628cd3 100644 --- a/src/views/modules/common/uploadFileList.vue +++ b/src/views/modules/common/uploadFileList.vue @@ -35,6 +35,10 @@ export default { folder:{ type:String, default:'' + }, + orderRef3: { + type: String, + default: '' } }, data(){ @@ -74,6 +78,7 @@ export default { } data.append("orderRef1",this.$store.state.user.site) data.append("orderRef2",this.no) + data.append("orderRef3",this.orderRef3) data.append("createBy",this.$store.state.user.name) data.append("fileRemark",this.fileRemark) data.append("folder", this.folder) diff --git a/src/views/modules/rohs/rohsRecord.vue b/src/views/modules/rohs/rohsRecord.vue index 4cdb5a9..bdf5a3a 100644 --- a/src/views/modules/rohs/rohsRecord.vue +++ b/src/views/modules/rohs/rohsRecord.vue @@ -27,41 +27,51 @@ @current-change="currentChange" v-loading="dataListLoading" style="width: 100%;"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +