|
@@ -1242,7 +1242,7 @@ export default {
|
|
var platResult = response.data.isOpen;
|
|
var platResult = response.data.isOpen;
|
|
//开启内部审批并且审批已经通过
|
|
//开启内部审批并且审批已经通过
|
|
if(platResult && this.form.zfiSupplierStatus == '01'){
|
|
if(platResult && this.form.zfiSupplierStatus == '01'){
|
|
- this.getContractFile();
|
|
|
|
|
|
+ this.getContractFile(false);
|
|
}else{
|
|
}else{
|
|
this.$refs["form"].validate(valid => {
|
|
this.$refs["form"].validate(valid => {
|
|
if(this.ticketList.length < 1){
|
|
if(this.ticketList.length < 1){
|
|
@@ -1277,7 +1277,7 @@ export default {
|
|
_this.form.ticketList = _this.ticketList;
|
|
_this.form.ticketList = _this.ticketList;
|
|
addInfor(_this.form).then(response => {
|
|
addInfor(_this.form).then(response => {
|
|
loading.close();
|
|
loading.close();
|
|
- _this.getContractFile();
|
|
|
|
|
|
+ _this.getContractFile(false);
|
|
}).catch((response)=>{
|
|
}).catch((response)=>{
|
|
loading.close();
|
|
loading.close();
|
|
});
|
|
});
|
|
@@ -1290,7 +1290,7 @@ export default {
|
|
this.form.ticketList = this.ticketList;
|
|
this.form.ticketList = this.ticketList;
|
|
addInfor(this.form).then(response => {
|
|
addInfor(this.form).then(response => {
|
|
loading.close();
|
|
loading.close();
|
|
- this.getContractFile();
|
|
|
|
|
|
+ this.getContractFile(false);
|
|
}).catch((response)=>{
|
|
}).catch((response)=>{
|
|
loading.close();
|
|
loading.close();
|
|
});
|
|
});
|