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
8032cb29
Commit
8032cb29
authored
Feb 17, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
73520bf8
d1edda7a
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
25 additions
and
15 deletions
+25
-15
sample-form-manager-ui/admin/src/pages/hardware/NumberWriteDevice.vue
...manager-ui/admin/src/pages/hardware/NumberWriteDevice.vue
+1
-0
sample-form-manager-ui/admin/src/pages/software/materials/modal/AddMaterials.vue
...admin/src/pages/software/materials/modal/AddMaterials.vue
+1
-0
sample-form-manager-ui/admin/src/pages/software/materials/modal/CommonLib.vue
...ui/admin/src/pages/software/materials/modal/CommonLib.vue
+6
-1
sample-form-manager-ui/admin/src/pages/software/materials/modal/PreviewMaterials.vue
...n/src/pages/software/materials/modal/PreviewMaterials.vue
+1
-0
sample-form-manager-ui/admin/src/pages/software/matter/modal/AddMatter.vue
...er-ui/admin/src/pages/software/matter/modal/AddMatter.vue
+2
-0
sample-form-manager-ui/admin/src/router/index.js
sample-form-manager-ui/admin/src/router/index.js
+14
-14
No files found.
sample-form-manager-ui/admin/src/pages/hardware/NumberWriteDevice.vue
View file @
8032cb29
...
@@ -212,6 +212,7 @@ export default {
...
@@ -212,6 +212,7 @@ export default {
page
:
this
.
current
,
page
:
this
.
current
,
size
:
this
.
size
,
size
:
this
.
size
,
deviceName
:
`%${this.searchVal
}
%`
,
deviceName
:
`%${this.searchVal
}
%`
,
productName
:
"
样表机
"
,
}
);
}
);
this
.
loading
=
false
;
this
.
loading
=
false
;
let
{
data
}
=
res
.
data
.
data
;
let
{
data
}
=
res
.
data
.
data
;
...
...
sample-form-manager-ui/admin/src/pages/software/materials/modal/AddMaterials.vue
View file @
8032cb29
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
:visible.sync=
"Visible"
:visible.sync=
"Visible"
width=
"30%"
width=
"30%"
@
close=
"handleClose"
@
close=
"handleClose"
:destroy-on-close=
"true"
>
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form-item
label=
"材料简称"
prop=
"materialName"
>
<el-form-item
label=
"材料简称"
prop=
"materialName"
>
...
...
sample-form-manager-ui/admin/src/pages/software/materials/modal/CommonLib.vue
View file @
8032cb29
<
template
>
<
template
>
<div>
<div>
<el-dialog
title=
"从公共库中选择"
:visible.sync=
"Visible"
width=
"70%"
>
<el-dialog
:destroy-on-close=
"true"
title=
"从公共库中选择"
:visible.sync=
"Visible"
width=
"70%"
>
<TableHeader>
<TableHeader>
<div
slot=
"right"
class=
"flex"
>
<div
slot=
"right"
class=
"flex"
>
<el-input
<el-input
...
...
sample-form-manager-ui/admin/src/pages/software/materials/modal/PreviewMaterials.vue
View file @
8032cb29
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
:visible.sync=
"Visible"
:visible.sync=
"Visible"
size=
"50%"
size=
"50%"
@
close=
"handleClose"
@
close=
"handleClose"
:destroy-on-close=
"true"
>
>
<div
class=
"main flex"
>
<div
class=
"main flex"
>
<div
class=
"left flex flexc jcc aic"
>
<div
class=
"left flex flexc jcc aic"
>
...
...
sample-form-manager-ui/admin/src/pages/software/matter/modal/AddMatter.vue
View file @
8032cb29
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
<el-dialog
<el-dialog
:title=
"title"
:title=
"title"
:visible.sync=
"Visible"
:visible.sync=
"Visible"
:destroy-on-close=
"true"
width=
"30%"
width=
"30%"
@
close=
"handleClose"
@
close=
"handleClose"
>
>
...
@@ -35,6 +36,7 @@
...
@@ -35,6 +36,7 @@
v-model=
"form.deptCode"
v-model=
"form.deptCode"
placeholder=
"请选择部门"
placeholder=
"请选择部门"
@
change=
"handleChange"
@
change=
"handleChange"
filterable
>
>
<el-option
<el-option
v-for=
"v in departmentList"
v-for=
"v in departmentList"
...
...
sample-form-manager-ui/admin/src/router/index.js
View file @
8032cb29
...
@@ -108,20 +108,20 @@ const dynamicRouter = [
...
@@ -108,20 +108,20 @@ const dynamicRouter = [
},
},
],
],
},
},
{
//
{
path
:
"
/skinmanage
"
,
//
path: "/skinmanage",
component
:
Layouts
,
//
component: Layouts,
meta
:
{
//
meta: {
icon
:
"
el-icon-orange
"
,
//
icon: "el-icon-orange",
title
:
"
皮肤管理
"
,
//
title: "皮肤管理",
},
//
},
children
:
[
//
children: [
{
//
{
path
:
""
,
//
path: "",
component
:
()
=>
import
(
"
@/pages/software/skinManage/SkinManage
"
),
//
component: () => import("@/pages/software/skinManage/SkinManage"),
},
//
},
],
//
],
},
//
},
{
{
path
:
"
/numberwritedevice
"
,
path
:
"
/numberwritedevice
"
,
component
:
Layouts
,
component
:
Layouts
,
...
...
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