xxyy
2025-03-07 15be9cdba09e832452983ad3badf7e6cbefae57d
Code Management/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/basicinfo/demo_Product/LocationChange.vue
@@ -62,6 +62,7 @@
        //自定义按钮
        customOpen(row) {
            this.locationCode = row.locationCode;
            this.locationId = row.id;
            this.model = true;
            this.$nextTick(() => {
                this.$refs.table.load(null, true);
@@ -71,9 +72,13 @@
        loadBefore(params, callBack) {//调用后台接口前处理
            //设置查询条件参数
            params.wheres.push({
                name: "locationId",
                value: this.locationId,
                displayType: "text"//模糊查询
            },{
                name: "locationCode",
                value: this.locationCode,
                displayType: "like"//模糊查询
                displayType: "text"//模糊查询
            })
            //也可以给value设置值,后台自己解析