@@ -258,7 +258,7 @@ export function tempWorkerOpenAdd(data) { | |||||
data: data | data: data | ||||
}) | }) | ||||
} | } | ||||
// 财务公开修改 | |||||
// 零工公开修改 | |||||
export function tempWorkerOpenEdit(data) { | export function tempWorkerOpenEdit(data) { | ||||
return request({ | return request({ | ||||
url: '/subcontract/tempWorkerOpen/edit', | url: '/subcontract/tempWorkerOpen/edit', | ||||
@@ -189,9 +189,9 @@ | |||||
this.openNy = data; | this.openNy = data; | ||||
this.showBuildTime = false; | this.showBuildTime = false; | ||||
}, | }, | ||||
deleteFile1(file){ | |||||
console.log(file) | |||||
// this.form.openPic.splice(index,1); | |||||
deleteFile1(file,detail){ | |||||
console.log(detail) | |||||
this.openPic2.splice(detail.index,1) | |||||
}, | }, | ||||
afterRead(file) { | afterRead(file) { | ||||
// 此时可以自行将文件上传至服务器 | // 此时可以自行将文件上传至服务器 | ||||
@@ -79,6 +79,7 @@ | |||||
pageSize:10, | pageSize:10, | ||||
orderByColumn:'createTime', | orderByColumn:'createTime', | ||||
isAsc:'desc', | isAsc:'desc', | ||||
translate_dict:1 | |||||
}, | }, | ||||
uploadFiles1:[], | uploadFiles1:[], | ||||
projectId:'', | projectId:'', | ||||
@@ -108,7 +109,7 @@ | |||||
pictureList(_this.queryParams).then(response => { | pictureList(_this.queryParams).then(response => { | ||||
_this.listLength = response.total; | _this.listLength = response.total; | ||||
response.rows.map(res=>{ | response.rows.map(res=>{ | ||||
res.pictureType = this.selectDictLabel(this.pictureTypeOptions, res.pictureType); | |||||
// res.pictureType = this.selectDictLabel(this.pictureTypeOptions, res.pictureType); | |||||
_this.applicationList.push(res); | _this.applicationList.push(res); | ||||
}) | }) | ||||
@@ -209,9 +209,9 @@ | |||||
this.openNy = data; | this.openNy = data; | ||||
this.showBuildTime = false; | this.showBuildTime = false; | ||||
}, | }, | ||||
deleteFile1(file){ | |||||
console.log(file) | |||||
// this.form.openPic.splice(index,1); | |||||
deleteFile1(file,detail){ | |||||
console.log(detail) | |||||
this.openPic2.splice(detail.index,1) | |||||
}, | }, | ||||
afterRead(file) { | afterRead(file) { | ||||
// 此时可以自行将文件上传至服务器 | // 此时可以自行将文件上传至服务器 | ||||
@@ -181,9 +181,9 @@ | |||||
this.openNy = data; | this.openNy = data; | ||||
this.showBuildTime = false; | this.showBuildTime = false; | ||||
}, | }, | ||||
deleteFile1(file){ | |||||
console.log(file) | |||||
// this.form.openPic.splice(index,1); | |||||
deleteFile1(file,detail){ | |||||
console.log(detail) | |||||
this.openPic2.splice(detail.index,1) | |||||
}, | }, | ||||
afterRead(file) { | afterRead(file) { | ||||
// 此时可以自行将文件上传至服务器 | // 此时可以自行将文件上传至服务器 | ||||