陈婷婷
昨天 7b849f06f0b0986b3955c1d1d91a0b2a79fa7ea6
src/views/scMould/basicModeling/Gy_MaterialPackingRelationList.vue
@@ -219,6 +219,7 @@
        openPage: { type: String, },
        propHMaterID: {},
        propHOrgID: {},
        propMarkVal: {},
    },
    data() {
        return {
@@ -397,11 +398,15 @@
            if (this.propHOrgID) {
                this.sWhere += " and HOrgID like '%" + this.propHOrgID + "%'";
            }
            console.log(this.propHMaterID)
            if (this.propHMaterID) {
                this.sWhere += " and HMaterID like '%" + this.propHMaterID + "%'";
            }
            // if(this.propMarkVal){
            //     this.sWhere += " and 默认发货容器标记 = 'Y'"
            // }
              if (this.openPage) {
                this.sWhere += " and HUseFlag != '0' and HSendPackFlag != '0' and ISNULL(审核人,'')  != ''"
                this.sWhere += " and 使用标记 = 'Y' and 发货容器标记 = 'Y' and ISNULL(审核人,'')  != ''"
            }
            console.log(this.sWhere)
            // 列表
@@ -881,7 +886,7 @@
        },
        set_CheckBill(num) {
            //逻辑审核方法
            axios.get(this.$baseUrl + "/Sc_MouldinventoryBill/CheckGy_MaterialMouldBillMain", {
            axios.get(this.$baseUrl + "/Gy_MaterialPackingRelation/AuditGy_MaterialPackingRelation", {
                params: { "HInterID": this.rowForm.hmainid, "IsAudit": num, "CurUserName": sessionStorage["HUserName"] }
            }).then(response => {
                let result = response.data