Commit bdaaed18 authored by stone's avatar stone

【fix】修改字段显示

parent 750fda82
......@@ -46,6 +46,7 @@
var phone =data.get('phone');
var taxpayer_type =data.get('taxpayer_type');
var invoice_bp_bank =data.get('invoice_bp_bank');
var ref_v07=data.get('ref_v07');
var bp_id=data.get('bp_id');
new Leaf.Window({
id: 'hls_bp_master_billing',
......@@ -58,7 +59,8 @@
phone:phone,
taxpayer_type:taxpayer_type,
invoice_bp_bank:invoice_bp_bank,
bp_id:bp_id
bp_id:bp_id,
ref_v07:ref_v07
},
title: '开票信息',
fullScreen: true
......
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