zrg
6 天以前 53e77adbec01eb7e51633828f485b5b787fa04d2
pages/MJGL/SC_MouldRepairCheck/Sc_MouldRepairCheckBill.vue
@@ -325,7 +325,7 @@
        methods: {
            // 提交数据有效性校验
            ValidCheck() {
                if (this.hform.HEquipID == 0 || this.hform.HEquipID === undefined) {
                if (this.hform.HMouldID == 0 || this.hform.HMouldID === undefined) {
                    return {
                        Message: "未录入模具信息,请先录入模具信息!",
                        state: false