forked from angelo/web-retail-admin
## 隐藏添加产品中进销存接口调用;
This commit is contained in:
parent
08dcf48590
commit
3c70e9390c
|
@ -824,7 +824,7 @@ export default {
|
|||
this.getTransportType()
|
||||
// 复购类型
|
||||
this.getRepurchaseType()
|
||||
this.getProduct()
|
||||
// this.getProduct()
|
||||
},
|
||||
methods: {
|
||||
sureProduct() {
|
||||
|
@ -847,12 +847,12 @@ export default {
|
|||
opProduct() {
|
||||
this.dialogVisible = true
|
||||
},
|
||||
getProduct() {
|
||||
api.productFind1(Object.assign({}, this.queryParams, this.select)).then((res) => {
|
||||
this.productList = res.rows
|
||||
this.total = res.total
|
||||
})
|
||||
},
|
||||
// getProduct() {
|
||||
// api.productFind1(Object.assign({}, this.queryParams, this.select)).then((res) => {
|
||||
// this.productList = res.rows
|
||||
// this.total = res.total
|
||||
// })
|
||||
// },
|
||||
getRepurchaseType() {
|
||||
api.repurchaseType().then((res) => {
|
||||
this.repurchaseTypeList = res.data
|
||||
|
|
Loading…
Reference in New Issue