Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
contractmanage
Project
Project
Details
Activity
Releases
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
张伯涛
contractmanage
Commits
9c0d651c
Commit
9c0d651c
authored
Apr 28, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除没用的代码
parent
f6ef19ec
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
63 deletions
+0
-63
add.vue
src/views/list/add.vue
+0
-13
addFifth.vue
src/views/list/addFifth.vue
+0
-10
addSecond.vue
src/views/list/addSecond.vue
+0
-10
addSeventh.vue
src/views/list/addSeventh.vue
+0
-10
addSixth.vue
src/views/list/addSixth.vue
+0
-10
addThird.vue
src/views/list/addThird.vue
+0
-9
index.vue
src/views/userInfo/index.vue
+0
-1
No files found.
src/views/list/add.vue
View file @
9c0d651c
...
@@ -2410,7 +2410,6 @@
...
@@ -2410,7 +2410,6 @@
<el-button
:disabled=
"formType === 'examine'"
size=
"small"
type=
"text"
>
上传
</el-button>
<el-button
:disabled=
"formType === 'examine'"
size=
"small"
type=
"text"
>
上传
</el-button>
</el-upload>
</el-upload>
</el-link>
</el-link>
<!--
<el-link
v-if=
"scope.row.FILENAME === '' "
type=
"success"
:underline=
"false"
@
click=
"downLoadFile(scope.row)"
>
下载
</el-link>
-->
<el-link
<el-link
v-if=
"$route.query.type !== 'checkDetails'"
v-if=
"$route.query.type !== 'checkDetails'"
:disabled=
"formType === 'examine' || (scope.$index === 0 && form.FJXX[0].FILENAME === '') "
:disabled=
"formType === 'examine' || (scope.$index === 0 && form.FJXX[0].FILENAME === '') "
...
@@ -3646,15 +3645,6 @@ export default {
...
@@ -3646,15 +3645,6 @@ export default {
alert
(
333
)
alert
(
333
)
}
}
},
},
downLoadFile
(
row
)
{
// 下载按钮
this
.
$axios
.
get
(
this
.
HTTPApi
+
'/contractjxx/contract-fjxx/downLoad/'
+
row
.
BUSINESSID
).
then
(
res
=>
{
if
(
!
res
.
errno
)
{
}
})
.
catch
(
function
(
error
)
{
})
},
closeDoc
()
{
closeDoc
()
{
this
.
dialogFormVisible
=
false
this
.
dialogFormVisible
=
false
this
.
uploadPaperModel
.
fileType
=
''
this
.
uploadPaperModel
.
fileType
=
''
...
@@ -3736,9 +3726,6 @@ export default {
...
@@ -3736,9 +3726,6 @@ export default {
}
}
this
.
form
.
FJXX
.
push
(
list
)
this
.
form
.
FJXX
.
push
(
list
)
this
.
dialogFormVisible
=
false
this
.
dialogFormVisible
=
false
// this.form.FJXX.push(
// { FILEID: resp.data.FILEID, FILENAME: resp.data.FILENAME, BUSITYPE: resp.data.BUSITYPE, BUSINESSID: resp.data.BUSINESSID, FILESAVENAME: resp.data.FILESAVENAME, FROMID: resp.data.FROMID }
// )
},
},
addHTDFXX
()
{
addHTDFXX
()
{
const
list
=
{
const
list
=
{
...
...
src/views/list/addFifth.vue
View file @
9c0d651c
...
@@ -2060,7 +2060,6 @@
...
@@ -2060,7 +2060,6 @@
<el-button
:disabled=
"formType === 'examine'"
size=
"small"
type=
"text"
>
上传
</el-button>
<el-button
:disabled=
"formType === 'examine'"
size=
"small"
type=
"text"
>
上传
</el-button>
</el-upload>
</el-upload>
</el-link>
</el-link>
<!--
<el-link
v-if=
"scope.row.FILENAME === '' "
type=
"success"
:underline=
"false"
@
click=
"downLoadFile(scope.row)"
>
下载
</el-link>
-->
<el-link
<el-link
v-if=
"$route.query.type !== 'checkDetails'"
v-if=
"$route.query.type !== 'checkDetails'"
:disabled=
"formType === 'examine' || (scope.$index === 0 && form.FJXX[0].FILENAME === '') "
:disabled=
"formType === 'examine' || (scope.$index === 0 && form.FJXX[0].FILENAME === '') "
...
@@ -3530,15 +3529,6 @@ export default {
...
@@ -3530,15 +3529,6 @@ export default {
alert
(
333
)
alert
(
333
)
}
}
},
},
downLoadFile
(
row
)
{
// 下载按钮
this
.
$axios
.
get
(
this
.
HTTPApi
+
'/contractjxx/contract-fjxx/downLoad/'
+
row
.
BUSINESSID
).
then
(
res
=>
{
if
(
!
res
.
errno
)
{
}
})
.
catch
(
function
(
error
)
{
})
},
closeDoc
()
{
closeDoc
()
{
this
.
dialogFormVisible
=
false
this
.
dialogFormVisible
=
false
this
.
uploadPaperModel
.
fileType
=
''
this
.
uploadPaperModel
.
fileType
=
''
...
...
src/views/list/addSecond.vue
View file @
9c0d651c
...
@@ -1703,7 +1703,6 @@
...
@@ -1703,7 +1703,6 @@
<el-button
:disabled=
"formType === 'examine'"
size=
"small"
type=
"text"
>
上传
</el-button>
<el-button
:disabled=
"formType === 'examine'"
size=
"small"
type=
"text"
>
上传
</el-button>
</el-upload>
</el-upload>
</el-link>
</el-link>
<!--
<el-link
v-if=
"scope.row.FILENAME === '' "
type=
"success"
:underline=
"false"
@
click=
"downLoadFile(scope.row)"
>
下载
</el-link>
-->
<el-link
<el-link
v-if=
"$route.query.type !== 'checkDetails'"
v-if=
"$route.query.type !== 'checkDetails'"
:disabled=
"formType === 'examine' || (scope.$index === 0 && form.FJXX[0].FILENAME === '') "
:disabled=
"formType === 'examine' || (scope.$index === 0 && form.FJXX[0].FILENAME === '') "
...
@@ -2961,15 +2960,6 @@ export default {
...
@@ -2961,15 +2960,6 @@ export default {
alert
(
333
)
alert
(
333
)
}
}
},
},
downLoadFile
(
row
)
{
// 下载按钮
this
.
$axios
.
get
(
this
.
HTTPApi
+
'/contractjxx/contract-fjxx/downLoad/'
+
row
.
BUSINESSID
).
then
(
res
=>
{
if
(
!
res
.
errno
)
{
}
})
.
catch
(
function
(
error
)
{
})
},
closeDoc
()
{
closeDoc
()
{
this
.
dialogFormVisible
=
false
this
.
dialogFormVisible
=
false
this
.
uploadPaperModel
.
fileType
=
''
this
.
uploadPaperModel
.
fileType
=
''
...
...
src/views/list/addSeventh.vue
View file @
9c0d651c
...
@@ -1925,7 +1925,6 @@
...
@@ -1925,7 +1925,6 @@
<el-button
:disabled=
"formType === 'examine'"
size=
"small"
type=
"text"
>
上传
</el-button>
<el-button
:disabled=
"formType === 'examine'"
size=
"small"
type=
"text"
>
上传
</el-button>
</el-upload>
</el-upload>
</el-link>
</el-link>
<!--
<el-link
v-if=
"scope.row.FILENAME === '' "
type=
"success"
:underline=
"false"
@
click=
"downLoadFile(scope.row)"
>
下载
</el-link>
-->
<el-link
<el-link
v-if=
"$route.query.type !== 'checkDetails'"
v-if=
"$route.query.type !== 'checkDetails'"
:disabled=
"formType === 'examine' || (scope.$index === 0 && form.FJXX[0].FILENAME === '') "
:disabled=
"formType === 'examine' || (scope.$index === 0 && form.FJXX[0].FILENAME === '') "
...
@@ -3315,15 +3314,6 @@ export default {
...
@@ -3315,15 +3314,6 @@ export default {
alert
(
333
)
alert
(
333
)
}
}
},
},
downLoadFile
(
row
)
{
// 下载按钮
this
.
$axios
.
get
(
this
.
HTTPApi
+
'/contractjxx/contract-fjxx/downLoad/'
+
row
.
BUSINESSID
).
then
(
res
=>
{
if
(
!
res
.
errno
)
{
}
})
.
catch
(
function
(
error
)
{
})
},
closeDoc
()
{
closeDoc
()
{
this
.
dialogFormVisible
=
false
this
.
dialogFormVisible
=
false
this
.
uploadPaperModel
.
fileType
=
''
this
.
uploadPaperModel
.
fileType
=
''
...
...
src/views/list/addSixth.vue
View file @
9c0d651c
...
@@ -1775,7 +1775,6 @@
...
@@ -1775,7 +1775,6 @@
<el-button
:disabled=
"formType === 'examine'"
size=
"small"
type=
"text"
>
上传
</el-button>
<el-button
:disabled=
"formType === 'examine'"
size=
"small"
type=
"text"
>
上传
</el-button>
</el-upload>
</el-upload>
</el-link>
</el-link>
<!--
<el-link
v-if=
"scope.row.FILENAME === '' "
type=
"success"
:underline=
"false"
@
click=
"downLoadFile(scope.row)"
>
下载
</el-link>
-->
<el-link
<el-link
v-if=
"$route.query.type !== 'checkDetails'"
v-if=
"$route.query.type !== 'checkDetails'"
:disabled=
"formType === 'examine' || (scope.$index === 0 && form.FJXX[0].FILENAME === '') "
:disabled=
"formType === 'examine' || (scope.$index === 0 && form.FJXX[0].FILENAME === '') "
...
@@ -3039,15 +3038,6 @@ export default {
...
@@ -3039,15 +3038,6 @@ export default {
alert
(
333
)
alert
(
333
)
}
}
},
},
downLoadFile
(
row
)
{
// 下载按钮
this
.
$axios
.
get
(
this
.
HTTPApi
+
'/contractjxx/contract-fjxx/downLoad/'
+
row
.
BUSINESSID
).
then
(
res
=>
{
if
(
!
res
.
errno
)
{
}
})
.
catch
(
function
(
error
)
{
})
},
closeDoc
()
{
closeDoc
()
{
this
.
dialogFormVisible
=
false
this
.
dialogFormVisible
=
false
this
.
uploadPaperModel
.
fileType
=
''
this
.
uploadPaperModel
.
fileType
=
''
...
...
src/views/list/addThird.vue
View file @
9c0d651c
...
@@ -3344,15 +3344,6 @@ export default {
...
@@ -3344,15 +3344,6 @@ export default {
alert
(
333
)
alert
(
333
)
}
}
},
},
downLoadFile
(
row
)
{
// 下载按钮
this
.
$axios
.
get
(
this
.
HTTPApi
+
'/contractjxx/contract-fjxx/downLoad/'
+
row
.
BUSINESSID
).
then
(
res
=>
{
if
(
!
res
.
errno
)
{
}
})
.
catch
(
function
(
error
)
{
})
},
closeDoc
()
{
closeDoc
()
{
this
.
dialogFormVisible
=
false
this
.
dialogFormVisible
=
false
this
.
uploadPaperModel
.
fileType
=
''
this
.
uploadPaperModel
.
fileType
=
''
...
...
src/views/userInfo/index.vue
View file @
9c0d651c
...
@@ -132,7 +132,6 @@ export default {
...
@@ -132,7 +132,6 @@ export default {
this
.
total
=
res
.
data
.
data
.
total
this
.
total
=
res
.
data
.
data
.
total
this
.
rows
=
res
.
data
.
data
.
size
this
.
rows
=
res
.
data
.
data
.
size
this
.
page
=
res
.
data
.
data
.
current
this
.
page
=
res
.
data
.
data
.
current
/* console.log(this.data)*/
}
}
})
})
// eslint-disable-next-line handle-callback-err
// eslint-disable-next-line handle-callback-err
...
...
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