Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
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
fukai
vue-gjjs
Commits
92593dff
Commit
92593dff
authored
Jul 19, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LETDRW缺陷修复
parent
11b02193
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
3 deletions
+18
-3
Ptyp.vue
src/business/letdrw/views/Ptyp.vue
+17
-3
vue.config.js
vue.config.js
+1
-0
No files found.
src/business/letdrw/views/Ptyp.vue
View file @
92593dff
...
...
@@ -11,6 +11,9 @@
grp: 'ledgrp',
rol: 'adv',
}"
@keyup.enter.native="
queryGridEtyPromptDialogData('ADV', 'B')
"
>
</c-ptap>
</c-col>
...
...
@@ -24,6 +27,9 @@
grp: 'ledgrp',
rol: 'a2b',
}"
@keyup.enter.native="
queryGridEtyPromptDialogData('A2B', 'C')
"
>
</c-ptap>
</c-col>
...
...
@@ -54,6 +60,9 @@
grp: 'ledgrp',
rol: 'apb',
}"
@keyup.enter.native="
queryGridEtyPromptDialogData('APB', 'C')
"
>
</c-ptap>
</c-col>
...
...
@@ -74,6 +83,9 @@
grp: 'ledgrp',
rol: 'rmb',
}"
@keyup.enter.native="
queryGridEtyPromptDialogData('RMB', 'B')
"
>
</c-ptap>
</c-col>
...
...
@@ -88,6 +100,9 @@
rol: 'con',
}"
:onlySearch="true"
@keyup.enter.native="
queryGridEtyPromptDialogData('CON', 'B')
"
>
</c-ptap>
</c-col>
...
...
@@ -118,15 +133,14 @@
</div>
</template>
<
script
>
import
commonProcess
from
'~/mixin/commonProcess'
import
Event
from
'../event'
import
event
from
'../event'
import
Ptap
from
"~/views/Public/Ptap"
;
export
default
{
inject
:
[
"root"
],
components
:
{
"c-ptap"
:
Ptap
},
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
event
],
data
()
{
return
{
ptsaddg
:
{
...
...
vue.config.js
View file @
92593dff
...
...
@@ -80,6 +80,7 @@ module.exports = {
// target: 'http://192.168.0.29:9999',//万平
// target: 'http://192.168.0.42:9999',//胡希
// target: 'http://192.168.0.136:9999',//张立鼎
// target: 'http://192.168.0.47:9999',//李奥星
target
:
'http://127.0.0.1:9999'
,
changeOrigin
:
true
,
pathRewrite
:
{
...
...
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