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
zhouqian
vue-gjjs
Commits
b7d06872
Commit
b7d06872
authored
Jul 14, 2022
by
Eivi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改部分
parent
36c2c973
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
16 additions
and
13 deletions
+16
-13
index.js
src/config/CodeTable/index.js
+1
-1
Pattern.js
src/model/Bftsnd/Pattern.js
+2
-2
index.vue
src/views/Business/Bftset/index.vue
+3
-1
Dscins.vue
src/views/Business/Bftsnd/Dscins.vue
+7
-6
Rgfp.vue
src/views/Business/Bftsnd/Rgfp.vue
+1
-1
Infsea.vue
src/views/Business/Infbed/Infsea.vue
+1
-1
Infsea.vue
src/views/Business/Infled/Infsea.vue
+1
-1
No files found.
src/config/CodeTable/index.js
View file @
b7d06872
...
...
@@ -2901,7 +2901,7 @@ const CodeTable = {
{
label
:
"信用证单据承兑"
,
value
:
"1"
},
],
docsta
:
[
{
label
:
"已寄单索
数
"
,
value
:
"A"
},
{
label
:
"已寄单索
款
"
,
value
:
"A"
},
{
label
:
"已到单"
,
value
:
"B"
},
{
label
:
"已到期付款确认"
,
value
:
"C"
},
{
label
:
"待付款"
,
value
:
"D"
},
...
...
src/model/Bftsnd/Pattern.js
View file @
b7d06872
...
...
@@ -323,13 +323,13 @@ export default {
],
"mtabut.coninf.oitinf.oit.inftxt"
:
[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
60
,
message
:
"长度不能超过60"
}
],
"mtabut.coninf.oitset.oit.inftxt"
:
[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
60
,
message
:
"长度不能超过60"
}
],
...
...
src/views/Business/Bftset/index.vue
View file @
b7d06872
...
...
@@ -35,7 +35,9 @@
<!--PD000000 -->
<el-tab-pane
label=
"账务"
name=
"setpan"
>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
<c-content>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000000 -->
...
...
src/views/Business/Bftsnd/Dscins.vue
View file @
b7d06872
...
...
@@ -224,7 +224,7 @@
>
</c-col>
<c-col
:span=
"24"
style=
"margin-left: 150px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Receiver of Documents"
prop=
"bfdgrp.rec.docrol"
>
<c-select
v-model=
"model.bfdgrp.rec.docrol"
...
...
@@ -237,17 +237,18 @@
</c-col>
<c-col
:span=
"24"
>
<c-ptap
1
<c-ptap
:model=
"model"
:argadr=
"{
title: '',
title: '
寄单行
',
grp: 'bfdgrp',
rol: 'ben',
}"
:disabled=
"true"
:isAdrblk=
"false"
:noRef=
"true"
>
</c-ptap
1
>
</c-ptap>
</c-col>
</c-col>
...
...
@@ -416,14 +417,14 @@ import Api from "~/service/Api";
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Bftsnd/Event"
;
import
Ptap
1
from
"~/views/Public/Ptap1
"
;
import
Ptap
from
"~/views/Public/Ptap
"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
components
:
{
"c-ptap
1"
:
Ptap1
,
"c-ptap
"
:
Ptap
,
},
data
()
{
return
{};
...
...
src/views/Business/Bftsnd/Rgfp.vue
View file @
b7d06872
...
...
@@ -333,7 +333,7 @@
<c-input
v-model=
"scope.row.cmail1"
></c-input>
</
template
>
</el-table-column>
<el-table-column
label=
"2
st
"
width=
"auto"
>
<el-table-column
label=
"2
nd
"
width=
"auto"
>
<
template
slot-scope=
"scope"
>
<c-input
v-model=
"scope.row.cmail2"
></c-input>
</
template
>
...
...
src/views/Business/Infbed/Infsea.vue
View file @
b7d06872
...
...
@@ -238,7 +238,7 @@
<el-dialog
:visible
.
sync=
"initdialog"
:title=
"'交易列表'"
append-to-body
>
<div
class=
"m-list-btns"
>
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
trnCode=
"letsel"
ownrefPath=
"bedgrp"
:model=
"letselModel"
@
onChoose=
"onChoose"
>
11
</m-busbtn>
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
trnCode=
"letsel"
ownrefPath=
"bedgrp"
tabIndex=
3
:model=
"letselModel"
@
onChoose=
"onChoose"
>
11
</m-busbtn>
</div>
</el-dialog>
</div>
...
...
src/views/Business/Infled/Infsea.vue
View file @
b7d06872
...
...
@@ -452,7 +452,7 @@
<el-dialog
:visible
.
sync=
"initdialog"
:title=
"'交易列表'"
append-to-body
>
<div
class=
"m-list-btns"
>
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
trnCode=
"letsel"
ownrefPath=
"ledgrp"
:model=
"letselModel"
@
onChoose=
"onChoose"
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
trnCode=
"letsel"
ownrefPath=
"ledgrp"
tabIndex=
3
:model=
"letselModel"
@
onChoose=
"onChoose"
>
11
</m-busbtn
>
</div>
...
...
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