给请购单页面去除多余的参数代码
This commit is contained in:
parent
38e45c1500
commit
7cbf15174a
@ -175,8 +175,6 @@
|
||||
materialParam: "",
|
||||
type: "其它",
|
||||
subType: "请购单",
|
||||
organId: "",
|
||||
depotId: "",
|
||||
creator: "",
|
||||
status: "",
|
||||
remark: ""
|
||||
@ -190,8 +188,7 @@
|
||||
offset: 1
|
||||
},
|
||||
// 默认索引
|
||||
defDataIndex:['action','organName','number','materialsList','operTimeStr','userName','materialCount','totalPrice','totalTaxLastMoney',
|
||||
'changeAmount','status'],
|
||||
defDataIndex:['action','number','materialsList','operTimeStr','userName','materialCount','status'],
|
||||
// 默认列
|
||||
defColumns: [
|
||||
{
|
||||
@ -225,7 +222,6 @@
|
||||
},
|
||||
created() {
|
||||
this.initSystemConfig()
|
||||
this.initSupplier()
|
||||
this.initUser()
|
||||
},
|
||||
computed: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user