|
@@ -1375,6 +1375,7 @@ func (this *Invoice) Invoiceinfo() {
|
|
}
|
|
}
|
|
filter.Industry = tmpIndustry
|
|
filter.Industry = tmpIndustry
|
|
}
|
|
}
|
|
|
|
+ (*status)["filter"] = filter
|
|
//是否存在可查看发票
|
|
//是否存在可查看发票
|
|
(*status)["invoice_show"] = len(ShowList(order_code)) > 0
|
|
(*status)["invoice_show"] = len(ShowList(order_code)) > 0
|
|
this.ServeJson(map[string]interface{}{
|
|
this.ServeJson(map[string]interface{}{
|