代码更新

This commit is contained in:
ldj_willow
2022-10-20 00:20:12 +08:00
parent 0a5f2ea281
commit 32f70c2da4
21 changed files with 346 additions and 173 deletions

View File

@@ -327,9 +327,6 @@ export default {
hand(value) {
this.crud.toQuery()
},
taskdtl_typeFormat(row) {
return this.dict.label.SCH_TASK_TYPE_DTL[row.taskdtl_type]
},
invtypeFormat(row) {
for (const item of this.invtypelist) {
if (item.code === row.inv_type) {