|
@@ -267,20 +267,20 @@
|
|
|
<el-date-picker v-model="row.fileTime" type="date" format="YYYYMMDD" value-format="YYYYMMDD" :clearable="false"/>
|
|
|
<!-- <el-input v-model="row.fileTime" :class="row['isFileTime'] ? 'is-error' : ''" @input="tableIsInput($event, row, 'isFileTime')"/> -->
|
|
|
</template>
|
|
|
- <template #sheetType="{row}" v-if="isBuiltDrawing === 1">
|
|
|
+ <template #sheetType="{row}" v-if="isBuiltDrawing === 2">
|
|
|
<el-select v-model="row.sheetType">
|
|
|
<el-option v-for="item in sheetType" :key="item['dictKey']" :label="item['dictValue']" :value="item['dictKey']"/>
|
|
|
</el-select>
|
|
|
</template>
|
|
|
- <template #sheetSource="{row}" v-if="isBuiltDrawing === 1">
|
|
|
+ <template #sheetSource="{row}" v-if="isBuiltDrawing === 2">
|
|
|
<el-select v-model="row.sheetSource">
|
|
|
<el-option v-for="item in sheetSourceType" :key="item['dictKey']" :label="item['dictValue']" :value="item['dictKey']"/>
|
|
|
</el-select>
|
|
|
</template>
|
|
|
- <template #drawingNo="{row}" v-if="isBuiltDrawing === 1">
|
|
|
+ <template #drawingNo="{row}" v-if="isBuiltDrawing === 2">
|
|
|
<el-input v-model="row.drawingNo"/>
|
|
|
</template>
|
|
|
- <template #citeChangeNumber="{row}" v-if="isBuiltDrawing === 1">
|
|
|
+ <template #citeChangeNumber="{row}" v-if="isBuiltDrawing === 2">
|
|
|
<el-input v-model="row.citeChangeNumber"/>
|
|
|
</template>
|
|
|
<template #isApproval="{row}">
|
|
@@ -472,7 +472,7 @@ const projectTreeClick = ({node, data, keys, key}) => {
|
|
|
searchForm.value.nodeIds = data.id || '';
|
|
|
|
|
|
sortSearchForm.value.nodeIds = data.id || '';
|
|
|
-
|
|
|
+ isBuiltDrawing.value=data.storageType
|
|
|
getTableData()
|
|
|
}
|
|
|
|
|
@@ -1073,7 +1073,7 @@ const tableUploadColumn = ref([
|
|
|
{key:'action', name: '操作', width: 100}
|
|
|
])
|
|
|
const setTableUploadColumn = () => {
|
|
|
- if (isBuiltDrawing.value === 1) {
|
|
|
+ if (isBuiltDrawing.value === 2) {
|
|
|
tableUploadColumn.value = [
|
|
|
{key:'fileNumber', name: '文件编号'},
|
|
|
{key:'fileName', name: '文件名称'},
|