|
|
@@ -257,6 +257,12 @@
|
|
|
v-hasPermi="['resumption:taskManager:query']"
|
|
|
>扫描记录</el-button
|
|
|
>
|
|
|
+ <el-button
|
|
|
+ type="text"
|
|
|
+ @click="showRegister(r.row)"
|
|
|
+ v-hasPermi="['resumption:taskManager:query']"
|
|
|
+ >登记</el-button
|
|
|
+ >
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
@@ -371,6 +377,11 @@ export default {
|
|
|
showscanRecord(row) {
|
|
|
this.$refs.scanrecorddialog.show(row.resumptionId, row.orgId);
|
|
|
},
|
|
|
+ showRegister(row){
|
|
|
+ let path="/core/safetycheck/register/1704797898023739393"
|
|
|
+
|
|
|
+ this.$router.push(path)
|
|
|
+ },
|
|
|
getDefaultKey(key) {
|
|
|
this.queryParams.orgId = key;
|
|
|
this.selectedOrgName=this.orgName;
|