|
@@ -98,6 +98,7 @@ export default {
|
|
|
showModelThis: false,
|
|
|
parmValue: {
|
|
|
wsm_code: "", //仓库code
|
|
|
+ cat_id,
|
|
|
page: 1, // 页码
|
|
|
size: 10, // 每页显示条数
|
|
|
},
|
|
@@ -145,6 +146,7 @@ export default {
|
|
|
restSearch() {
|
|
|
this.parmValue = {
|
|
|
wsm_code: "", //仓库code
|
|
|
+ cat_id:"",
|
|
|
page: 1, // 页码
|
|
|
size: 10, // 每页显示条数
|
|
|
};
|
|
@@ -161,6 +163,7 @@ export default {
|
|
|
this.parmValue.wsm_code = this.code || "";
|
|
|
this.parmValue.type_code = this.good_code || "";
|
|
|
this.parmValue.stock_max="1"
|
|
|
+ this.parmValue.cat_id=cat_id
|
|
|
|
|
|
const res = await asyncRequest.list(this.parmValue);
|
|
|
if (res && res.code === 0 && res.data) {
|