Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ae2ed9cd
authored
2023-07-28 09:53:46 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
eab17b31
343c937e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
9 deletions
src/views/djbworkflow/components/dialog/clxxDetailDialog.vue
src/views/workflow/components/clxx/clxx.vue
src/views/workflow/components/clxx/clxxUnify.vue
src/views/workflow/components/dialog/clxxDetailDialog.vue
src/views/ywbl/commonForm/clxx.vue
src/views/djbworkflow/components/dialog/clxxDetailDialog.vue
View file @
ae2ed9c
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
5-17 10:39:57
* @LastEditTime: 2023-0
7-28 09:34:54
-->
<
template
>
<div
class=
"clmlmx-box"
>
...
...
@@ -162,6 +162,7 @@
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmSldy"
,
this
.
unitData
[
0
]?.
bsmSldy
);
formdata
.
append
(
"bsmSlsq"
,
this
.
$route
.
query
.
bsmSlsq
);
formdata
.
append
(
"clfl"
,
2
);
InitClml
(
formdata
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
resolve
(
res
.
code
)
...
...
src/views/workflow/components/clxx/clxx.vue
View file @
ae2ed9c
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-
04 16:05:44
* @LastEditTime: 2023-07-
28 09:35:31
-->
<
template
>
<div
class=
"clxx"
>
...
...
@@ -33,7 +33,8 @@
</div>
</div>
</div>
<image-preview
ref=
'imageRef'
v-if=
"tableData.length>0"
:ableOperation=
"ableOperation"
:previewImg=
"previewImg"
@
updateList=
"updateList"
@
nextPriview=
"nextPriview"
<image-preview
ref=
'imageRef'
v-if=
"tableData.length>0"
:ableOperation=
"ableOperation"
:previewImg=
"previewImg"
@
updateList=
"updateList"
@
nextPriview=
"nextPriview"
@
prevPriview=
"prevPriview"
/>
</div>
</div>
...
...
@@ -74,7 +75,7 @@
return
(
<
div
>
{
this
.
ableOperation
?
'序号'
:
this
.
ableOperation
?
'序号'
:
<
i
class
=
"el-icon-plus pointer"
onClick
=
{()
=>
{
...
...
@@ -91,7 +92,7 @@
return
(
<
div
>
{
this
.
ableOperation
?
<
span
>
{
scope
.
$index
+
1
}
<
/span>
:
this
.
ableOperation
?
<
span
>
{
scope
.
$index
+
1
}
<
/span>
:
<
i
class
=
"el-icon-minus pointer"
...
...
@@ -258,6 +259,7 @@
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmSldy"
,
this
.
unitData
[
0
]?.
bsmSldy
);
formdata
.
append
(
"bsmSlsq"
,
this
.
$parent
.
bsmSlsq
);
formdata
.
append
(
"clfl"
,
2
);
InitClml
(
formdata
).
then
((
res
)
=>
{
if
(
res
.
result
.
code
==
200
)
{
resolve
(
res
.
code
)
...
...
src/views/workflow/components/clxx/clxxUnify.vue
View file @
ae2ed9c
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-2
4 08:53:26
* @LastEditTime: 2023-07-2
8 09:35:38
-->
<
template
>
<div
class=
"clxx"
>
...
...
@@ -113,6 +113,7 @@
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmSldy"
,
this
.
unitData
[
0
]?.
bsmSldy
);
formdata
.
append
(
"bsmSlsq"
,
this
.
$parent
.
bsmSlsq
);
formdata
.
append
(
"clfl"
,
2
);
InitClml
(
formdata
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
resolve
(
res
.
code
)
...
...
src/views/workflow/components/dialog/clxxDetailDialog.vue
View file @
ae2ed9c
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
5-17 10:39:57
* @LastEditTime: 2023-0
7-28 09:35:42
-->
<
template
>
<div
class=
"clmlmx-box"
>
...
...
@@ -162,6 +162,7 @@
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmSldy"
,
this
.
unitData
[
0
]?.
bsmSldy
);
formdata
.
append
(
"bsmSlsq"
,
this
.
$route
.
query
.
bsmSlsq
);
formdata
.
append
(
"clfl"
,
2
);
InitClml
(
formdata
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
resolve
(
res
.
code
)
...
...
src/views/ywbl/commonForm/clxx.vue
View file @
ae2ed9c
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
5-17 10:42:32
* @LastEditTime: 2023-0
7-28 09:31:17
-->
<
template
>
<div
class=
"clxx"
>
...
...
@@ -44,7 +44,7 @@
import
{
mapGetters
}
from
"vuex"
;
import
clxxAddDialog
from
"./clxxAddDialog.vue"
;
import
imagePreview
from
'@/views/components/imagePreview.vue'
import
{
InitClml
,
saveClml
,
deleteSjClml
,
moveClml
}
from
"@/api/clxx.js"
;
import
{
saveClml
,
deleteSjClml
,
moveClml
}
from
"@/api/clxx.js"
;
export
default
{
components
:
{
clxxAddDialog
,
imagePreview
},
data
()
{
...
...
Please
register
or
sign in
to post a comment