Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sample-form-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
sample-form-platform
Commits
886f2feb
Commit
886f2feb
authored
Jan 04, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
2562b72a
8c3f97c3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
sample-form-manager-ui/admin/src/pages/software/librarymanage/modal/PreviewMaterals.vue
...rc/pages/software/librarymanage/modal/PreviewMaterals.vue
+1
-1
sample-form-manager-ui/admin/src/pages/software/materials/modal/AddMaterials.vue
...admin/src/pages/software/materials/modal/AddMaterials.vue
+1
-1
sample-form-manager-ui/admin/src/pages/software/matter/MatterManage.vue
...nager-ui/admin/src/pages/software/matter/MatterManage.vue
+0
-1
No files found.
sample-form-manager-ui/admin/src/pages/software/librarymanage/modal/PreviewMaterals.vue
View file @
886f2feb
...
@@ -68,7 +68,7 @@ export default {
...
@@ -68,7 +68,7 @@ export default {
papertype
:
"
A4
"
,
papertype
:
"
A4
"
,
printername
:
""
,
// 打印机名称 为空则为默认打印机
printername
:
""
,
// 打印机名称 为空则为默认打印机
printertype
:
"
url
"
,
// base64 ,normal,url
printertype
:
"
url
"
,
// base64 ,normal,url
url
:
info
.
fileUrl
,
// url
url
:
this
.
api
+
info
.
samplePath
,
// url
success
:
(
res
)
=>
{
success
:
(
res
)
=>
{
if
(
res
&&
res
.
code
==
"
00000
"
)
{
if
(
res
&&
res
.
code
==
"
00000
"
)
{
_this
.
$message
.
success
(
"
打印成功
"
);
_this
.
$message
.
success
(
"
打印成功
"
);
...
...
sample-form-manager-ui/admin/src/pages/software/materials/modal/AddMaterials.vue
View file @
886f2feb
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<el-form-item
label=
"事项编码"
>
<el-form-item
label=
"事项编码"
>
<el-input
disabled
size=
"small"
v-model=
"form.matterNo"
></el-input>
<el-input
disabled
size=
"small"
v-model=
"form.matterNo"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
v-if=
"!form.id"
label=
"公共库"
prop=
"pub"
>
<el-form-item
label=
"公共库"
prop=
"pub"
>
<el-switch
<el-switch
class=
"tableScopeSwitch"
class=
"tableScopeSwitch"
inactive-text=
"不加"
inactive-text=
"不加"
...
...
sample-form-manager-ui/admin/src/pages/software/matter/MatterManage.vue
View file @
886f2feb
...
@@ -392,7 +392,6 @@ export default {
...
@@ -392,7 +392,6 @@ export default {
this
.
leftTotal
=
total
;
this
.
leftTotal
=
total
;
this
.
recommendCount
=
recommendCount
;
this
.
recommendCount
=
recommendCount
;
this
.
$refs
.
leftTable
.
bodyWrapper
.
scrollTop
=
0
;
this
.
$refs
.
leftTable
.
bodyWrapper
.
scrollTop
=
0
;
console
.
log
(
data
);
}
}
}
,
}
,
// 新增事项
// 新增事项
...
...
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