报表增加打印功能;单据退货可以从原单直接关联数据
This commit is contained in:
@@ -42,9 +42,9 @@
|
||||
queryParam: {
|
||||
number: "",
|
||||
searchMaterial: "",
|
||||
type: "其它",
|
||||
type: "",
|
||||
subType: "",
|
||||
status: "1"
|
||||
status: ""
|
||||
},
|
||||
// 表头
|
||||
columns: [
|
||||
@@ -84,8 +84,9 @@
|
||||
created() {
|
||||
},
|
||||
methods: {
|
||||
show(subType, organType) {
|
||||
show(type, subType, organType, status) {
|
||||
this.queryParam.subType = subType
|
||||
this.queryParam.status = status
|
||||
this.columns[1].title = organType
|
||||
this.model = Object.assign({}, {});
|
||||
this.visible = true;
|
||||
|
||||
Reference in New Issue
Block a user