企标顺序号错误
This commit is contained in:
@@ -2548,9 +2548,9 @@
|
||||
})
|
||||
}
|
||||
},
|
||||
ifStandCodebyStandName(standCode,standName,taskIds,standNum){
|
||||
ifStandCodebyStandName(standCode,standName,taskIds,standNum,standSort){
|
||||
return new Promise((resolve, reject)=>{
|
||||
this.$http._postData('lawss/sarBussionessStand/ifStandCodebyStandName',{standCode,standName,taskIds,standNum})
|
||||
this.$http._postData('lawss/sarBussionessStand/ifStandCodebyStandName',{standCode,standName,taskIds,standNum,standSort})
|
||||
.then(res => resolve(res))
|
||||
.catch(e => {
|
||||
throw new Error(e)
|
||||
@@ -2619,7 +2619,7 @@
|
||||
this.$refs['formTongGuo'].validate((valid) => {
|
||||
if (valid) {
|
||||
if(this.form.standStatus === '1' || this.form.standStatus === '2'){
|
||||
this.ifStandCodebyStandName(this.form.standCode,this.form.standName,this.taskIds,this.form.standNum)
|
||||
this.ifStandCodebyStandName(this.form.standCode,this.form.standName,this.taskIds,this.form.standNum,this.form.standSort)
|
||||
.then((res)=>{
|
||||
if(res.ok){
|
||||
this.completeTask()
|
||||
|
||||
@@ -2663,9 +2663,9 @@
|
||||
this.rules.commentText[0].required = true;
|
||||
}
|
||||
},
|
||||
ifStandCodebyStandName(standCode,standName,taskIds,standNum){
|
||||
ifStandCodebyStandName(standCode,standName,taskIds,standNum,standSort){
|
||||
return new Promise((resolve, reject)=>{
|
||||
this.$http._postData('lawss/sarBussionessStand/ifStandCodebyStandName',{standCode,standName,taskIds,standNum})
|
||||
this.$http._postData('lawss/sarBussionessStand/ifStandCodebyStandName',{standCode,standName,taskIds,standNum,standSort})
|
||||
.then(res => resolve(res))
|
||||
.catch(e => {
|
||||
throw new Error(e)
|
||||
@@ -2727,7 +2727,7 @@
|
||||
this.$refs['formTongGuo'].validate((valid) => {
|
||||
if (valid) {
|
||||
if(this.form.reviseStatus === '1' || this.form.reviseStatus === '2'){
|
||||
this.ifStandCodebyStandName(this.form.standCode,this.form.standName,this.taskIds,this.form.standNum)
|
||||
this.ifStandCodebyStandName(this.form.standCode,this.form.standName,this.taskIds,this.form.standNum,this.form.standSort)
|
||||
.then((res)=>{
|
||||
if(res.ok){
|
||||
this.completeTask()
|
||||
|
||||
Reference in New Issue
Block a user