*关联的框架协议合同
@@ -538,7 +538,7 @@
-
+
@@ -1582,6 +1582,7 @@ export default {
},
//付款流程
async paying(row) {
+ console.log(11)
// this.setNowContract(row,'pay')
let baseInfo = {
"title": row?.name,
@@ -1590,6 +1591,10 @@ export default {
})[0]?.label,
"hetongbianhao": row?.number,
"out_pay_id": row.id,
+ "reason": row?.reason,
+ "yizhifucishu": row?.yizhifucishu,
+ "yizhifujine": row?.yizhifujine,
+ "zongjia": row?.zongjia
//"承包商\\供应商":row.supply
}
let url =
@@ -1902,6 +1907,19 @@ export default {
);
},
},
+ computed: {
+ purchaseWayFormat() {
+ return function() {
+ if(!this.form.methods) {
+ return this.purchaseWay
+ }else{
+ let temp = this.purchaseType.find(i => i.id === this.form.methods)
+ let arr = temp?.remark?.split(",")?.map(i => Number(i))
+ return this.purchaseWay.filter(i => arr.indexOf(i.id) !== -1)
+ }
+ }
+ }
+ },
watch: {
isShowContractToContracts(val) {
if(val){