Commit dfcad55f by zhangzhen

结算单功能完善

parent b73bd5b7
......@@ -164,7 +164,7 @@ export const save = (data,Detail) => {
}
export const updateSubmitStatus = (data) => {
let url = `/service/S_XS_KK_03`
let url = `/service/S_XS_JS_08`
let d = setResultData(data);
return http.post(url, d)
}
......
......@@ -390,7 +390,7 @@
console.log(val)
let ids = ''
if(this.formList.length){
ids = this.formList.filter(item => Number(item.selectIndex) === val).map(item=> item.id).join();
ids = this.formList.filter(item => Number(item.selectIndex) === val).map(item=> item.rowId).join();
}
uni.navigateTo({
......@@ -576,7 +576,7 @@
cumulativeSettlementTax:this.orderInfo.cumulativeSettlementTax.toString(),
cumulativePriceTax:this.orderInfo.cumulativePriceTax.toString(),
},).then(res => {
},formList).then(res => {
uni.hideLoading();
if (res.data.__sys__.status === 0) {
uni.showToast({
......
......@@ -217,7 +217,7 @@
let thisEngineeringQuantity = this.projectDataList[this.current].provisionalQuantity || 1
this.eventChannel.emit('acceptDataFromOpenedPage2', {
id: this.projectDataList[this.current].id,
rowId: this.projectDataList[this.current].id,
settlementBasis:this.selectTypeEnum[this.selectIndex],
taskName:'',
engineeringContent:"",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment