@@ -21,7 +21,7 @@ Page({
label: "报价单",
num: 132
}, {
- label: "客户财务信息",
+ label: "开票信息",
}],
list1: [], //基本信息
@@ -289,7 +289,7 @@ Page({
case "联系人":
model = "#Contacts"
break;
- case "客户财务信息":
+ case "开票信息":
model = "#Financing"
default:
@@ -26,7 +26,7 @@
<Address slot='客户地址' id='Address' />
<Contacts slot='联系人' id='Contacts' />
<Offers slot='报价单' id='Offers' />
- <Financing slot='客户财务信息' id="Financing" />
+ <Financing slot='开票信息' id="Financing" />
<view style="height: 140rpx;" />
</Yl_FunTabs>
<!-- 底部 -->