qq_41295110
2026-01-16 cbc2fe74fb54aad814695982c2987e064696f540
src/views/sell/sellOutBill/component/btnSettings/index.vue
@@ -102,7 +102,7 @@
        getDisplay() {
            this.loading = false
            // this.HModName = "Kf_SellOutBillList"
            axios.get(this.baseURL + '/Xt_ModuleButtonSet_WMES/moduleButtonSetWMESList', {
            axios.get(this.$baseUrl + '/Xt_ModuleButtonSet_WMES/moduleButtonSetWMESList', {
                params: { "HModName": 'Gy_Source',"HBillType":'Gy_Source', "user": this.user },
            }).then(response => {
                console.log(response)
@@ -218,7 +218,7 @@
            const sMainSub = `${sMainStr};${sSubStr};${this.HModName};${OperationType};${this.user}`
            axios({
                method: 'post',
                url: this.baseURL + "/Xt_grdAlignment_WMES/AddgrdAlignmentWMES",
                url: this.$baseUrl + "/Xt_grdAlignment_WMES/AddgrdAlignmentWMES",
                data: {
                    'sMainSub': sMainSub
                },
@@ -243,7 +243,7 @@
        handleDel() {
            this.$modal.confirm('确认要删除吗,删除后不能恢复').then(() => {
                console.log(this.rowForm.hmainid.toString())
                axios.get(this.baseURL + "/Xt_grdAlignment_WMES/DelgrdAlignmentWMES", {
                axios.get(this.$baseUrl + "/Xt_grdAlignment_WMES/DelgrdAlignmentWMES", {
                    params: { "HModName": this.HModName, "user": this.user }
                }).then(response => {
                   let result=response.data