|
@@ -706,8 +706,8 @@ const sortingTableSelection = (rows,list,event) => {
|
|
|
|
|
|
//删除
|
|
|
const sortingDelData = (row,index) => {
|
|
|
- // sortingItemData.value.splice(index,1);
|
|
|
-
|
|
|
+ sortingItemData.value.splice(index,1);
|
|
|
+ if(row.boxNumber){
|
|
|
delMessage(async () => {
|
|
|
const { error, code } = await archiveFileApi.removeAllocation({
|
|
|
boxName: row.boxName,
|
|
@@ -719,6 +719,9 @@ const sortingDelData = (row,index) => {
|
|
|
sortingClick()
|
|
|
}
|
|
|
})
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
|
|
|
}
|
|
|
|
|
@@ -1034,6 +1037,7 @@ const certificationStatus = async () => {
|
|
|
//获取图幅类型
|
|
|
const sheetType = ref([])
|
|
|
const sheetTypeStatus = async () => {
|
|
|
+ console.log(1111111);
|
|
|
const { error, code, data } = await tasksApi.queryTaskTypeStatus({
|
|
|
typeOrStatus: 'sheet_type'
|
|
|
})
|
|
@@ -1102,6 +1106,8 @@ const setTableUploadColumn = () => {
|
|
|
{key:'isElement', name: '是否四要素'},
|
|
|
{key:'action', name: '操作', width: 100}
|
|
|
]
|
|
|
+ sheetTypeStatus()
|
|
|
+ sheetSourceStatus()
|
|
|
} else {
|
|
|
tableUploadColumn.value = [
|
|
|
{key:'fileNumber', name: '文件编号'},
|