Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-web-back-soil
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangweidong
patzn-cloud-web-back-soil
Commits
3b5ba641
Commit
3b5ba641
authored
Jun 28, 2020
by
wangweidong
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
05b08384
3bcbde4f
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
16 additions
and
11 deletions
+16
-11
FileManageCont.vue
components/file/file-manage/FileManageCont.vue
+1
-1
FilesList.vue
components/file/file-manage/FilesList.vue
+9
-4
.env.production
env/.env.production
+2
-2
MeterClientOnlineEntrust.vue
.../meter-entrust/client-online/MeterClientOnlineEntrust.vue
+1
-1
MeterGoOutEntrust.vue
pages/meter-entrust/go-out-test/MeterGoOutEntrust.vue
+1
-1
MeterSendEntrust.vue
pages/meter-entrust/send-test/MeterSendEntrust.vue
+1
-1
MeterReviewEntrust.vue
pages/meter-review/MeterReviewEntrust.vue
+1
-1
No files found.
components/file/file-manage/FileManageCont.vue
View file @
3b5ba641
...
...
@@ -117,7 +117,7 @@ export default {
this
.
urlData
=
{
msg
:
'FoodSubContractAttachment'
,
pageUrl
:
'/meter/v1/contract_attachment/page'
,
deleteUrl
:
'
FoodSubContractAttachment/deleteByIds
'
,
deleteUrl
:
'
/meter/v1/contract_attachment/?ids=
'
,
uploadFileUrl
:
'/meter/v1/contract_attachment/upload/'
,
downloadFileUrl
:
'/meter/v1/contract_attachment/download/'
,
downloadBatch
:
'/food/v1/subcontractor_attachment/download_batch'
,
...
...
components/file/file-manage/FilesList.vue
View file @
3b5ba641
...
...
@@ -164,7 +164,10 @@ export default {
{
title
:
'上传时间'
,
key
:
'ctime'
,
width
:
140
,
dateTime
:
true
}
// {title: '上传人', key: 'cname', width: 120},
],
formObj
:
{},
formObj
:
{
contractId
:
''
,
entrustId
:
''
},
viewVal
:
1
,
viewStyle
:
1
,
menusList
:
[
...
...
@@ -204,13 +207,15 @@ export default {
this
.
imgViewIndex
=
null
this
.
isLoad
=
false
this
.
id
=
data
.
id
this
.
formObj
.
contractId
=
data
.
id
this
.
formObj
.
entrustId
=
data
.
id
// 各个ids
this
.
idsObj
=
idsObj
this
.
urlData
=
data
this
.
action
=
global
.
baseURL
+
data
.
uploadFileUrl
+
data
.
id
//
this.$nextTick(() => {
//
this._page()
//
})
this
.
$nextTick
(()
=>
{
this
.
_page
()
})
},
_page
:
async
function
()
{
Object
.
assign
(
this
.
formObj
,
this
.
$refs
.
pageTable
.
_searchParams
())
...
...
env/.env.production
View file @
3b5ba641
// 请求地址
WEB_URL=http://
sys
.patzn.com
WEB_URL=http://
meter
.patzn.com
BASE_URL=http://api.patzn.com
SSO_URL=http://sso.patzn.com
STATIC_URL=http://static.patzn.com
NC_URL=http://1
92.168.81.76
:8088
NC_URL=http://1
23.133.38.68
:8088
pages/meter-entrust/client-online/MeterClientOnlineEntrust.vue
View file @
3b5ba641
...
...
@@ -260,7 +260,7 @@ export default {
_upload
(
id
)
{
// 上传文件
this
.
$refs
.
FileManage
.
_open
(
id
,
'
subcontractor
Id'
)
this
.
$refs
.
FileManage
.
_open
(
id
,
'
contract
Id'
)
},
_getById
:
async
function
(
id
)
{
const
result
=
await
meterEntrust
.
getVOById
(
id
)
...
...
pages/meter-entrust/go-out-test/MeterGoOutEntrust.vue
View file @
3b5ba641
...
...
@@ -253,7 +253,7 @@ export default {
_upload
(
id
)
{
// 上传文件
this
.
$refs
.
FileManage
.
_open
(
id
,
'
subcontractor
Id'
)
this
.
$refs
.
FileManage
.
_open
(
id
,
'
contract
Id'
)
},
_getById
:
async
function
(
id
)
{
const
result
=
await
meterEntrust
.
getVOById
(
id
)
...
...
pages/meter-entrust/send-test/MeterSendEntrust.vue
View file @
3b5ba641
...
...
@@ -249,7 +249,7 @@ export default {
_upload
(
id
)
{
// 上传文件
this
.
$refs
.
FileManage
.
_open
(
id
,
'
subcontractor
Id'
)
this
.
$refs
.
FileManage
.
_open
(
id
,
'
contract
Id'
)
},
_getById
:
async
function
(
id
)
{
const
result
=
await
meterEntrust
.
getVOById
(
id
)
...
...
pages/meter-review/MeterReviewEntrust.vue
View file @
3b5ba641
...
...
@@ -323,7 +323,7 @@ export default {
_upload
(
id
)
{
// 上传文件
this
.
$refs
.
FileManage
.
_open
(
id
,
'
subcontractor
Id'
)
this
.
$refs
.
FileManage
.
_open
(
id
,
'
contract
Id'
)
},
_getById
:
async
function
(
id
)
{
const
result
=
await
meterSubcontractor
.
getById
(
id
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment