Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
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
TFMOM
TF-MOM-WEB
Commits
43744c4b
Commit
43744c4b
authored
Nov 09, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
采购入库创建按钮样式修改
parent
d2701dd7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
7 deletions
+17
-7
index.vue
...nents/components/PurchasingWarehousingNewOrEdit/index.vue
+17
-7
No files found.
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingNewOrEdit/index.vue
View file @
43744c4b
...
...
@@ -5,7 +5,7 @@
* @FilePath: applications/dee-mes/src/privateComponents/components/purchasingWarehousingNewOrEdit/index.vue
*/
<
template
>
<div
v-dee-loading=
"loading"
class=
"purchasingWarehousing
-
newOrEdit"
>
<div
v-dee-loading=
"loading"
class=
"purchasingWarehousing
_
newOrEdit"
>
<!--
<dee-tools
:tools=
"topTools"
mode=
"normal"
style=
"justify-content: end;"
/>
-->
<dee-form
ref=
"form"
...
...
@@ -31,10 +31,10 @@
<dee-tools
v-if=
"!isSignApproval"
:tools=
"tools"
mode=
"normal"
/>
</div>
</dee-up-table>
<
span
style=
"position: absolute;top: calc(100% - 70px);left: calc(50% - 70px);}
"
>
<
div
class=
"btns
"
>
<el-button
type=
"primary"
class=
"searchBtn"
@
click=
"submit"
>
确认
</el-button>
<el-button
type=
"
primary
"
class=
"searchBtn"
@
click=
"cancel"
>
取消
</el-button>
</
span
>
<el-button
type=
"
info
"
class=
"searchBtn"
@
click=
"cancel"
>
取消
</el-button>
</
div
>
<storage-details
ref=
"storageDetailsCreatOrEdit"
:basic-data=
"detailsPropData"
@
addTableData=
"addTableData"
/>
<import-file
ref=
"importFile"
:param=
"importParam"
@
refreshTable=
"searchInStorageRequestItem"
@
saveAndImport=
"saveAndImport"
/>
</div>
...
...
@@ -896,9 +896,19 @@ export default {
}
</
script
>
<
style
lang=
'scss'
>
.purchasingWarehousing-newOrEdit
{
.dee-up-table
{
height
:
300px
;
.purchasingWarehousing_newOrEdit
{
.btns
{
margin-top
:
20px
;
display
:
flex
;
justify-content
:
center
;
.searchBtn
{
width
:
80px
;
height
:
32px
;
line-height
:
1
;
padding
:
9px
15px
;
font-size
:
12px
;
border-radius
:
1px
;
}
}
}
</
style
>
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