3
0
Fork 0

## 隐藏添加产品中进销存接口调用;

This commit is contained in:
cabbage 2025-07-07 17:34:25 +08:00
parent 08dcf48590
commit 3c70e9390c
1 changed files with 7 additions and 7 deletions

View File

@ -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