11
This commit is contained in:
@@ -8,7 +8,7 @@ VUE_APP_BASE_API = '/api'
|
|||||||
# VUE_APP_URL = "http://jianguan.yyundong.com/shgfapi"
|
# VUE_APP_URL = "http://jianguan.yyundong.com/shgfapi"
|
||||||
|
|
||||||
|
|
||||||
VUE_APP_URL = "http://192.168.2.111:7201"
|
VUE_APP_URL = "http://192.168.2.106:7201"
|
||||||
VUE_APP_REPORT_URL = "http://192.168.2.106:7202"
|
VUE_APP_REPORT_URL = "http://192.168.2.106:7202"
|
||||||
##VUE_APP_REPORT_URL = "https://lpk.yyundong.com"
|
##VUE_APP_REPORT_URL = "https://lpk.yyundong.com"
|
||||||
##VUE_APP_REPORT_URL = "https://supervise.yxtsoft.com/lpk"
|
##VUE_APP_REPORT_URL = "https://supervise.yxtsoft.com/lpk"
|
||||||
|
|||||||
@@ -69,6 +69,9 @@
|
|||||||
<el-table-column prop="store" label="提货地点" align="center" />
|
<el-table-column prop="store" label="提货地点" align="center" />
|
||||||
<el-table-column prop="goodsName" label="商品名称" align="center" />
|
<el-table-column prop="goodsName" label="商品名称" align="center" />
|
||||||
<el-table-column prop="goodsNumber" label="数量(份)" align="center" />
|
<el-table-column prop="goodsNumber" label="数量(份)" align="center" />
|
||||||
|
<el-table-column prop="address" label="支行地址" align="center" />
|
||||||
|
<el-table-column prop="linker" label="联系人" align="center" />
|
||||||
|
<el-table-column prop="linkPhone" label="联系电话" align="center" />
|
||||||
|
|
||||||
<!-- <el-table-column label="商品明细" align="center">
|
<!-- <el-table-column label="商品明细" align="center">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
|||||||
@@ -61,6 +61,9 @@
|
|||||||
<el-table-column prop="bankName" label="支行名称" align="center" />
|
<el-table-column prop="bankName" label="支行名称" align="center" />
|
||||||
<el-table-column prop="goodsName" label="商品名称" align="center" />
|
<el-table-column prop="goodsName" label="商品名称" align="center" />
|
||||||
<el-table-column prop="goodsNumber" label="数量(份)" align="center" />
|
<el-table-column prop="goodsNumber" label="数量(份)" align="center" />
|
||||||
|
<el-table-column prop="address" label="支行地址" align="center" />
|
||||||
|
<el-table-column prop="linker" label="联系人" align="center" />
|
||||||
|
<el-table-column prop="linkPhone" label="联系电话" align="center" />
|
||||||
|
|
||||||
</el-table>
|
</el-table>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user