Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
dacc7af0
Commit
dacc7af0
authored
Oct 20, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
保存按钮防重复点击
parent
46ea8718
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
9 deletions
+9
-9
userInfo.vue
pages/basicData/userManagent/userInfo.vue
+1
-1
index.vue
pages/mordent/OQCcarry/waitReview/index.vue
+1
-1
quotationBox2.vue
pages/processDesign/Process/quotationBox2.vue
+3
-3
quotationBox3.vue
pages/processDesign/Process/quotationBox3.vue
+1
-1
routingchangeorder.vue
pages/processDesign/Process/routingchangeorder.vue
+1
-1
index.vue
pages/processDesign/setProcess/index.vue
+1
-1
design.vue
pages/workflow/form/design.vue
+1
-1
No files found.
pages/basicData/userManagent/userInfo.vue
View file @
dacc7af0
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
</Row>
</Row>
<Row>
<Row>
<FormItem
label=
" "
>
<FormItem
label=
" "
>
<Button
type=
"primary"
@
click=
"pwdOk"
>
保存
</Button>
<Button
type=
"primary"
@
click=
"pwdOk"
v-noClick
>
保存
</Button>
</FormItem>
</FormItem>
</Row>
</Row>
</Form>
</Form>
...
...
pages/mordent/OQCcarry/waitReview/index.vue
View file @
dacc7af0
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
<Col
span=
"15"
>
</Col>
<Col
span=
"15"
>
</Col>
<Col
span=
"9"
>
<Col
span=
"9"
>
<Button
@
click=
"handleClose"
class=
"mr20"
>
取消
</Button>
<Button
@
click=
"handleClose"
class=
"mr20"
>
取消
</Button>
<Button
type=
"primary"
@
click=
"suerUp()"
>
保存
</Button>
<Button
type=
"primary"
@
click=
"suerUp()"
v-noClick
>
保存
</Button>
</Col>
</Col>
</Row>
</Row>
</Form>
</Form>
...
...
pages/processDesign/Process/quotationBox2.vue
View file @
dacc7af0
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
</
template
>
</
template
>
<
template
slot-scope=
"{ row, index }"
slot=
"action"
>
<
template
slot-scope=
"{ row, index }"
slot=
"action"
>
<div
v-if=
"editIndex === index"
>
<div
v-if=
"editIndex === index"
>
<Button
@
click=
"handleSave(index)"
>
保存
</Button>
<Button
@
click=
"handleSave(index)"
v-noClick
>
保存
</Button>
<Button
@
click=
"editIndex = -1"
>
取消
</Button>
<Button
@
click=
"editIndex = -1"
>
取消
</Button>
</div>
</div>
<div
v-else
>
<div
v-else
>
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
</
template
>
</
template
>
<
template
slot-scope=
"{ row, index }"
slot=
"action"
>
<
template
slot-scope=
"{ row, index }"
slot=
"action"
>
<div
v-if=
"editIndex02 === index"
>
<div
v-if=
"editIndex02 === index"
>
<Button
@
click=
"handleSave02(index)"
>
保存
</Button>
<Button
@
click=
"handleSave02(index)"
v-noClick
>
保存
</Button>
<Button
@
click=
"editIndex02 = -1"
>
取消
</Button>
<Button
@
click=
"editIndex02 = -1"
>
取消
</Button>
</div>
</div>
<div
v-else
>
<div
v-else
>
...
@@ -99,7 +99,7 @@
...
@@ -99,7 +99,7 @@
</
template
>
</
template
>
<
template
slot-scope=
"{ row, index }"
slot=
"action"
>
<
template
slot-scope=
"{ row, index }"
slot=
"action"
>
<div
v-if=
"editIndex03 === index"
>
<div
v-if=
"editIndex03 === index"
>
<Button
@
click=
"handleSave03(index)"
>
保存
</Button>
<Button
@
click=
"handleSave03(index)"
v-noClick
>
保存
</Button>
<Button
@
click=
"handlecancel(row, index)"
>
取消
</Button>
<Button
@
click=
"handlecancel(row, index)"
>
取消
</Button>
</div>
</div>
<div
v-else
>
<div
v-else
>
...
...
pages/processDesign/Process/quotationBox3.vue
View file @
dacc7af0
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
</
template
>
</
template
>
<
template
slot-scope=
"{ row, index }"
slot=
"action"
>
<
template
slot-scope=
"{ row, index }"
slot=
"action"
>
<div
v-if=
"editIndex02 === index"
>
<div
v-if=
"editIndex02 === index"
>
<Button
@
click=
"handleSave02(index)"
>
保存
</Button>
<Button
@
click=
"handleSave02(index)"
v-noClick
>
保存
</Button>
<Button
@
click=
"editIndex02 = -1"
>
取消
</Button>
<Button
@
click=
"editIndex02 = -1"
>
取消
</Button>
</div>
</div>
<div
v-else
>
<div
v-else
>
...
...
pages/processDesign/Process/routingchangeorder.vue
View file @
dacc7af0
...
@@ -194,7 +194,7 @@
...
@@ -194,7 +194,7 @@
</div>
</div>
<div
slot=
"footer"
>
<div
slot=
"footer"
>
<Button
type=
"text"
size=
"large"
@
click=
"saveCancelModel"
>
取消
</Button>
<Button
type=
"text"
size=
"large"
@
click=
"saveCancelModel"
>
取消
</Button>
<Button
type=
"primary"
size=
"large"
@
click=
"modalOk"
>
保存
</Button>
<Button
type=
"primary"
size=
"large"
@
click=
"modalOk"
v-noClick
>
保存
</Button>
<Checkbox
v-show=
"submitShow"
v-model=
"checked"
class=
"ml10"
label=
"送审"
>
送审
</Checkbox>
<Checkbox
v-show=
"submitShow"
v-model=
"checked"
class=
"ml10"
label=
"送审"
>
送审
</Checkbox>
</div>
</div>
<changeSendReview
ref=
"changeSendReview"
></changeSendReview>
<changeSendReview
ref=
"changeSendReview"
></changeSendReview>
...
...
pages/processDesign/setProcess/index.vue
View file @
dacc7af0
...
@@ -260,7 +260,7 @@
...
@@ -260,7 +260,7 @@
<template
v-if=
"createtype==1"
>
<template
v-if=
"createtype==1"
>
<Button
type=
"text"
size=
"large"
@
click=
"saveCancelModel"
>
取消
</Button>
<Button
type=
"text"
size=
"large"
@
click=
"saveCancelModel"
>
取消
</Button>
<Checkbox
v-model=
"issendAudit"
label=
"送审"
>
送审
</Checkbox>
<Checkbox
v-model=
"issendAudit"
label=
"送审"
>
送审
</Checkbox>
<Button
type=
"primary"
size=
"large"
@
click=
"modalOk"
>
保存
</Button>
<Button
type=
"primary"
size=
"large"
@
click=
"modalOk"
v-noClick
>
保存
</Button>
<Button
type=
"primary"
size=
"large"
@
click=
"nextStepandSave"
>
下一步
</Button>
<Button
type=
"primary"
size=
"large"
@
click=
"nextStepandSave"
>
下一步
</Button>
</
template
>
</
template
>
<
template
v-else-if=
"createtype==2"
>
<
template
v-else-if=
"createtype==2"
>
...
...
pages/workflow/form/design.vue
View file @
dacc7af0
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<fm-making-form
ref=
"makingform"
style=
"height: 880px;"
:data=
"jsonData"
generate-json
>
<fm-making-form
ref=
"makingform"
style=
"height: 880px;"
:data=
"jsonData"
generate-json
>
<template
slot=
"action"
>
<template
slot=
"action"
>
<!-- 自定义操作区域插槽 -->
<!-- 自定义操作区域插槽 -->
<el-button
type=
"text"
icon=
"el-icon-upload"
>
保存
</el-button>
<el-button
type=
"text"
icon=
"el-icon-upload"
v-noClick
>
保存
</el-button>
</
template
>
</
template
>
</fm-making-form>
</fm-making-form>
</template>
</template>
...
...
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