去除没用代码

ywj_dev
郑明梁 2 years ago
parent a0767fda37
commit fb9791ba6a

@ -1226,7 +1226,6 @@ export default {
}, },
corpTypeChange(type) { corpTypeChange(type) {
debugger
if (type != 2) { if (type != 2) {
this.inputQuery.genUnit = false this.inputQuery.genUnit = false
} }
@ -1355,7 +1354,6 @@ export default {
this.findSpecialMethod() this.findSpecialMethod()
this.selectBussinessList() this.selectBussinessList()
this.oldData = Object.assign({}, this.inputQuery) this.oldData = Object.assign({}, this.inputQuery)
debugger
if(this.inputQuery.id==null || this.inputQuery.id==''){ if(this.inputQuery.id==null || this.inputQuery.id==''){
this.inputQuery.codeFillCheck=false; this.inputQuery.codeFillCheck=false;
this.inputQuery.preInBack=false; this.inputQuery.preInBack=false;

@ -284,7 +284,6 @@ export default {
/** 查询菜单下拉树结构 */ /** 查询菜单下拉树结构 */
getTreeselect(row) { getTreeselect(row) {
debugger
if(row!=null){ if(row!=null){
var data={ var data={
code:row.code, code:row.code,

@ -725,7 +725,6 @@ export default {
mySupId: this.curRow.unitFk, mySupId: this.curRow.unitFk,
}; };
updateBind(query).then((response) => { updateBind(query).then((response) => {
debugger
if (response.code == 20000) { if (response.code == 20000) {
this.$message.success("绑定成功"); this.$message.success("绑定成功");
this.closeBindDialog(this.curRow.id); this.closeBindDialog(this.curRow.id);

@ -289,7 +289,6 @@ export default {
mySupId: row.unitFk, mySupId: row.unitFk,
}; };
updateCodeBindSup(query).then((response) => { updateCodeBindSup(query).then((response) => {
debugger
if (response.code == 20000) { if (response.code == 20000) {
this.$message.success("绑定成功"); this.$message.success("绑定成功");
// this.orderFormData.id = this.curRow.orderId; // this.orderFormData.id = this.curRow.orderId;

@ -285,7 +285,7 @@ export default {
this.selectedIndex = ""; this.selectedIndex = "";
}, },
stockOrderList(){ stockOrderList(){
debugger
if(this.query.id==null) { if(this.query.id==null) {
inserThrOrderWeb({innerOrderEntity: this.formData,editStatus:1}) inserThrOrderWeb({innerOrderEntity: this.formData,editStatus:1})
.then(response => { .then(response => {
@ -308,7 +308,6 @@ export default {
this.haveDistributionVisible = true; this.haveDistributionVisible = true;
}, },
selectProductFunction() { selectProductFunction() {
debugger
if(this.query.id==null) { if(this.query.id==null) {
inserThrOrderWeb({innerOrderEntity: this.formData,editStatus:1}) inserThrOrderWeb({innerOrderEntity: this.formData,editStatus:1})
.then(response => { .then(response => {

@ -629,7 +629,6 @@ export default {
this.loading = true; this.loading = true;
verifyTemplateFile(query).then((res) => { verifyTemplateFile(query).then((res) => {
if (res.code === 20000) { if (res.code === 20000) {
debugger
//id //id
var supCertQuery={ var supCertQuery={
customerId:row.customerId, customerId:row.customerId,
@ -671,7 +670,6 @@ export default {
let query = {id: 3}; let query = {id: 3};
this.loading = true; this.loading = true;
verifyTemplateFile(query).then((res) => { verifyTemplateFile(query).then((res) => {
debugger
if (res.code === 20000) { if (res.code === 20000) {
//id //id
var supCertQuery={ var supCertQuery={

Loading…
Cancel
Save