陈婷婷
2026-01-28 7c3c9d96fe95142b3e819674e779e4f35d5f61e1
src/views/scMould/basicModeling/Gy_MaterialPackingRelationList.vue
@@ -401,8 +401,9 @@
                this.sWhere += " and HMaterID like '%" + this.propHMaterID + "%'";
            }
              if (this.openPage) {
                this.sWhere += " and HUseFlag == 1 and HSendPackFlag == 1 and ISNULL(审核人,'')  != ''"
                this.sWhere += " and HUseFlag != '0' and HSendPackFlag != '0' and ISNULL(审核人,'')  != ''"
            }
            console.log(this.sWhere)
            // 列表
            axios.get(this.$baseUrl + "/Gy_MaterialPackingRelation/Gy_MaterialPackingRelationList", {
                params: {
@@ -414,6 +415,7 @@
                },
            })
                .then((response) => {
                    console.log(response)
                    this.tyResList = response.data.data; //总数据
                    let data1 = response.data;
                    let option = [];