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
1e3dba58
Commit
1e3dba58
authored
2 years ago
by
wangyanjiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ditdck bug处理
parent
e80e9175
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
4 deletions
+22
-4
index.js
src/config/CodeTable/index.js
+16
-1
index.js
src/model/Ditdck/index.js
+3
-0
Docpre.vue
src/views/Business/Ditdck/Docpre.vue
+0
-0
Litdckp.vue
src/views/Business/Ditdck/Litdckp.vue
+1
-1
Docpre.vue
src/views/Public/Docpre.vue
+2
-2
No files found.
src/config/CodeTable/index.js
View file @
1e3dba58
...
...
@@ -33440,6 +33440,20 @@ const CodeTable = {
],
seagtyp
:[
{
label
:
"农民工工资保函"
,
value
:
"1"
},
]
],
prsdoc
:[
//增值税发票\n发票\n装箱单\n空运单\n海运提单\n铁路运单\n货物收据\n邮政收据\n出库单\n保险单\n质检证\n受益人证明
{
label
:
"增值税发票"
,
value
:
"增值税发票"
},
{
label
:
"发票"
,
value
:
"发票"
},
{
label
:
"装箱单"
,
value
:
"装箱单"
},
{
label
:
"空运单"
,
value
:
"空运单"
},
{
label
:
"海运提单"
,
value
:
"海运提单"
},
{
label
:
"铁路运单"
,
value
:
"铁路运单"
},
{
label
:
"货物收据"
,
value
:
"货物收据"
},
{
label
:
"邮政收据"
,
value
:
"邮政收据"
},
{
label
:
"出库单"
,
value
:
"出库单"
},
{
label
:
"保险单"
,
value
:
"保险单"
},
{
label
:
"质检证"
,
value
:
"质检证"
},
{
label
:
"受益人证明"
,
value
:
"受益人证明"
},
],
}
export
default
CodeTable
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/model/Ditdck/index.js
View file @
1e3dba58
...
...
@@ -129,6 +129,9 @@ export default class Ditdck{
mattxtlab
:
""
,
// Label for MATTXT .bdtp.matp.mattxtlab
},
docgrdm
:{
docgrdlst
:
""
,
prsdoc
:
""
,
docdsclab
:
""
,
docgrd
:[],
// .bdtp.docgrdm.docgrd
},
cre752flg
:
""
,
// Create 752 .bdtp.cre752flg
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Ditdck/Docpre.vue
View file @
1e3dba58
This diff is collapsed.
Click to expand it.
src/views/Business/Ditdck/Litdckp.vue
View file @
1e3dba58
...
...
@@ -676,7 +676,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
""
>
<c-checkbox
v-model=
"model.bddgrp.rec.dscinsflg"
@
change=
"isShowDocpre"
<c-checkbox
v-model=
"model.bddgrp.rec.dscinsflg"
@
change=
"isShowDocpre"
:disabled=
"model.bddgrp.blk.docdisflg==='X'"
>
录入单据、不符点、结算指示和货运详细信息
</c-checkbox
>
</el-form-item>
...
...
This diff is collapsed.
Click to expand it.
src/views/Public/Docpre.vue
View file @
1e3dba58
...
...
@@ -36,8 +36,8 @@
</c-col>
<c-col
:span=
"12"
>
<div
style=
"float: right;"
>
<span
class=
"add_del_button add_button"
@
click=
"addTableValue"
v-if=
"ifShowAdd"
>
+
</span>
<span
class=
"add_del_button"
@
click=
"deleteTable"
v-if=
"ifShowDelete"
>
-
</span>
<span
class=
"add_del_button add_button"
@
click=
"addTableValue"
>
+
</span>
<span
class=
"add_del_button"
@
click=
"deleteTable"
>
-
</span>
</div>
</c-col>
</row>
...
...
This diff is collapsed.
Click to expand it.
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