|
@@ -27,11 +27,11 @@ Page({
|
|
}]
|
|
}]
|
|
},
|
|
},
|
|
onLoad(options) {
|
|
onLoad(options) {
|
|
|
|
+ getApp().globalData.Language.getLanguagePackage(this, 'E-订单');
|
|
this.setData({
|
|
this.setData({
|
|
sa_invoiceapplyid: options.id
|
|
sa_invoiceapplyid: options.id
|
|
});
|
|
});
|
|
this.getDetail();
|
|
this.getDetail();
|
|
- getApp().globalData.Language.getLanguagePackage(this, 'E-订单');
|
|
|
|
},
|
|
},
|
|
getDetail() {
|
|
getDetail() {
|
|
_Http.basic({
|
|
_Http.basic({
|