| | |
| | | </el-option>--> |
| | | |
| | | <el-option |
| | | :label="$t('shuJuGuanLi.pselect.SurveyDiscipline')" |
| | | :label="$t('shuJuGuanLi.pselect.SurveyingAndMapping')" |
| | | value="测量专业" |
| | | /> |
| | | <el-option |
| | |
| | | <el-button |
| | | class="elBotton" |
| | | size="small" |
| | | @click="commonTestQuay" |
| | | @click="commonTestQuay()" |
| | | >确 定</el-button> |
| | | </span> |
| | | </el-dialog> |
| | |
| | | // if (this.formCheckAll.diZaiType != "NO") { |
| | | // this.formCheckAll.isDiZai = "YES"; |
| | | // } |
| | | // |
| | | this.sc = { |
| | | label1: '质检', |
| | | label2: '文件质检进度:' |
| | |
| | | this.formCheckAll.wbsPath = path; |
| | | } |
| | | } |
| | | this.formCheckAll.sjfl = '数字化成果' |
| | | const data = await dataUpload_uploadChecks(this.formCheckAll); |
| | | if (data.code != 200) { |
| | | this.$message.error("数据质检提交失败"); |
| | |
| | | this.quayTestForms.sjzy = this.formInline.specialtyId; |
| | | this.quayTestForms.zipPath = |
| | | this.multipleSelection[this.taskStatus].path; |
| | | this.quayTestForms.sjfl = '数字化成果' |
| | | const data = await dataUpload_uploadChecks(this.quayTestForms); |
| | | if (data.code != 200) { |
| | | this.$message.error("数据质检提交失败"); |