| 
															
																@@ -858,7 +858,7 @@ const auditSelect = { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     name: '审批人选择', 
															 | 
															
															 | 
															
																     name: '审批人选择', 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     hint: '需搭配用户交互--审批人选择一起使用', 
															 | 
															
															 | 
															
																     hint: '需搭配用户交互--审批人选择一起使用', 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     defaultSetting: { 
															 | 
															
															 | 
															
																     defaultSetting: { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-        table: ['mem_stage_bills_compare', 'mem_stage_pos_compare'], 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+        table: ['mem_stage_bills_compare', 'mem_stage_pos_compare', 'mem_stage_pay'], 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     }, 
															 | 
															
															 | 
															
																     }, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     _stageBillsCompare(data, order) { 
															 | 
															
															 | 
															
																     _stageBillsCompare(data, order) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         const fields = []; 
															 | 
															
															 | 
															
																         const fields = []; 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -893,6 +893,19 @@ const auditSelect = { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																             } 
															 | 
															
															 | 
															
																             } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         } 
															 | 
															
															 | 
															
																         } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     }, 
															 | 
															
															 | 
															
																     }, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+    _stagePay(data, order) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+        const fields = []; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+        for (const [i, o] of order.entries()) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+            const sPrefix = 'r' + o + '_'; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+            const tPrefix = 'as' + i + '_'; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+            fields.push({source: sPrefix + 'tp', target: tPrefix + 'tp'}); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+        } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+        for (const d of data) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+            for (const f of fields) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                d[f.target] = d[f.source]; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+            } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+        } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+    }, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     fun: function (ctx, data, fieldsKey, options, csRela) { 
															 | 
															
															 | 
															
																     fun: function (ctx, data, fieldsKey, options, csRela) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         if (!ctx.tender || !ctx.stage) return; 
															 | 
															
															 | 
															
																         if (!ctx.tender || !ctx.stage) return; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         if (!csRela.tplDefine) return; 
															 | 
															
															 | 
															
																         if (!csRela.tplDefine) return; 
															 |