pengjun 3 months ago
parent
commit
805d4f42d0
  1. 4
      public/sysConfig.json
  2. 2
      src/components/report/TurnoverReportReal.vue
  3. 6
      src/router/index.js

4
public/sysConfig.json

@ -1,7 +1,7 @@
{
"apiurl": "http://192.168.0.188:9527",
"apiurl": "http://192.168.0.188:9530",
"softName": "神豚体检管理系统",
"pacsApi": "http://192.168.0.188:9527",
"pacsApi": "http://192.168.0.188:9530",
"dcmViewers": "https://app.mzaktj.com:4436",
"pacsApiHttps": "https://app.mzaktj.com:8042",
"dict":{

2
src/components/report/TurnoverReportReal.vue

@ -272,7 +272,7 @@ export default {
//
btnQuery() {
//let body = deepCopy(this.query)
postapi("/api/app/CustomerReport/GetCustomerOrgPhysicalExaminationStatistics", this.query).then(res => {
postapi("/api/app/CustomerReport/GetCustomerOrgAmountReceivedStatistics", this.query).then(res => {
if (res.code > -1) {
this.tableData = res.data
if (Array.isArray(this.tableData) && this.tableData.length > 0) {

6
src/router/index.js

@ -582,6 +582,12 @@ const routes = [{
component: () =>
import ("../components/report/TurnoverReportDetails.vue"),
},
{
path: "/TurnoverReportReal",
name: "营业额统计(明细)",
component: () =>
import ("../components/report/TurnoverReportReal.vue"),
},
{
path: "/AppointQuery",
name: "网上预约汇总",

Loading…
Cancel
Save