给页面移除角色类型的参数
This commit is contained in:
@@ -179,7 +179,6 @@
|
||||
materialParam: "",
|
||||
type: "出库",
|
||||
subType: "调拨",
|
||||
roleType: Vue.ls.get('roleType'),
|
||||
depotId: "",
|
||||
creator: "",
|
||||
status: "",
|
||||
|
||||
@@ -179,7 +179,6 @@
|
||||
materialParam: "",
|
||||
type: "其它",
|
||||
subType: "组装单",
|
||||
roleType: Vue.ls.get('roleType'),
|
||||
depotId: "",
|
||||
creator: "",
|
||||
status: "",
|
||||
|
||||
@@ -179,7 +179,6 @@
|
||||
materialParam: "",
|
||||
type: "其它",
|
||||
subType: "拆卸单",
|
||||
roleType: Vue.ls.get('roleType'),
|
||||
depotId: "",
|
||||
creator: "",
|
||||
status: "",
|
||||
|
||||
@@ -193,7 +193,6 @@
|
||||
materialParam: "",
|
||||
type: "入库",
|
||||
subType: "其它",
|
||||
roleType: Vue.ls.get('roleType'),
|
||||
organId: "",
|
||||
depotId: "",
|
||||
creator: "",
|
||||
|
||||
@@ -193,7 +193,6 @@
|
||||
materialParam: "",
|
||||
type: "出库",
|
||||
subType: "其它",
|
||||
roleType: Vue.ls.get('roleType'),
|
||||
organId: "",
|
||||
depotId: "",
|
||||
creator: "",
|
||||
|
||||
@@ -202,7 +202,6 @@
|
||||
materialParam: "",
|
||||
type: "出库",
|
||||
subType: "采购退货",
|
||||
roleType: Vue.ls.get('roleType'),
|
||||
organId: "",
|
||||
depotId: "",
|
||||
creator: "",
|
||||
|
||||
@@ -221,7 +221,6 @@
|
||||
materialParam: "",
|
||||
type: "入库",
|
||||
subType: "采购",
|
||||
roleType: Vue.ls.get('roleType'),
|
||||
organId: "",
|
||||
depotId: "",
|
||||
creator: "",
|
||||
|
||||
@@ -184,7 +184,6 @@
|
||||
materialParam: "",
|
||||
type: "其它",
|
||||
subType: "采购订单",
|
||||
roleType: Vue.ls.get('roleType'),
|
||||
organId: "",
|
||||
depotId: "",
|
||||
creator: "",
|
||||
|
||||
@@ -202,7 +202,6 @@
|
||||
materialParam: "",
|
||||
type: "入库",
|
||||
subType: "零售退货",
|
||||
roleType: Vue.ls.get('roleType'),
|
||||
organId: "",
|
||||
depotId: "",
|
||||
creator: "",
|
||||
|
||||
@@ -197,7 +197,6 @@
|
||||
materialParam: "",
|
||||
type: "出库",
|
||||
subType: "零售",
|
||||
roleType: Vue.ls.get('roleType'),
|
||||
organId: "",
|
||||
depotId: "",
|
||||
creator: "",
|
||||
|
||||
@@ -202,7 +202,6 @@
|
||||
materialParam: "",
|
||||
type: "入库",
|
||||
subType: "销售退货",
|
||||
roleType: Vue.ls.get('roleType'),
|
||||
organId: "",
|
||||
depotId: "",
|
||||
creator: "",
|
||||
|
||||
@@ -190,7 +190,6 @@
|
||||
materialParam: "",
|
||||
type: "其它",
|
||||
subType: "销售订单",
|
||||
roleType: Vue.ls.get('roleType'),
|
||||
organId: "",
|
||||
depotId: "",
|
||||
creator: "",
|
||||
|
||||
@@ -221,7 +221,6 @@
|
||||
materialParam: "",
|
||||
type: "出库",
|
||||
subType: "销售",
|
||||
roleType: Vue.ls.get('roleType'),
|
||||
organId: "",
|
||||
depotId: "",
|
||||
creator: "",
|
||||
|
||||
@@ -117,7 +117,6 @@
|
||||
materialParam: "",
|
||||
type: "",
|
||||
subType: "",
|
||||
roleType: Vue.ls.get('roleType'),
|
||||
status: ""
|
||||
},
|
||||
labelCol: {
|
||||
|
||||
@@ -209,7 +209,6 @@
|
||||
this.showType = 'basic'
|
||||
this.queryParam.type = type
|
||||
this.queryParam.subType = subType
|
||||
this.queryParam.roleType = Vue.ls.get('roleType')
|
||||
this.queryParam.status = status
|
||||
this.columns[0].title = organType
|
||||
this.model = Object.assign({}, {});
|
||||
@@ -221,7 +220,6 @@
|
||||
this.showType = 'purchase'
|
||||
this.queryParam.type = type
|
||||
this.queryParam.subType = subType
|
||||
this.queryParam.roleType = '全部数据'
|
||||
this.queryParam.status = status
|
||||
this.queryParam.purchaseStatus = purchaseStatus
|
||||
this.columns[0].title = organType
|
||||
|
||||
@@ -104,8 +104,7 @@ export const BillListMixin = {
|
||||
searchReset() {
|
||||
this.queryParam = {
|
||||
type: this.queryParam.type,
|
||||
subType: this.queryParam.subType,
|
||||
roleType: Vue.ls.get('roleType')
|
||||
subType: this.queryParam.subType
|
||||
}
|
||||
this.loadData(1);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user