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
4878c855
Commit
4878c855
authored
Jul 07, 2022
by
wangyanjiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bdtdcr表格修改,Botdav交易
parent
6f4261f6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
102 additions
and
129 deletions
+102
-129
index.js
src/model/Bdtdcr/index.js
+1
-0
Check.js
src/model/Botdav/Check.js
+1
-0
Default.js
src/model/Botdav/Default.js
+2
-0
Pattern.js
src/model/Botdav/Pattern.js
+15
-5
index.js
src/model/Botdav/index.js
+2
-0
Docpre.vue
src/views/Business/Bdtdck/Docpre.vue
+1
-1
Brtdcrd.vue
src/views/Business/Bdtdcr/Brtdcrd.vue
+69
-100
index.vue
src/views/Business/Bdtdcr/index.vue
+7
-18
Inst.vue
src/views/Business/Botdav/Inst.vue
+0
-0
Ovwp.vue
src/views/Business/Botdav/Ovwp.vue
+0
-0
Ptyp.vue
src/views/Business/Botdav/Ptyp.vue
+4
-5
index.vue
src/views/Business/Botdav/index.vue
+0
-0
No files found.
src/model/Bdtdcr/index.js
View file @
4878c855
...
...
@@ -170,6 +170,7 @@ export default class Bdtdcr {
docgrdm
:
{
docdsclab
:
""
,
// Label of document description .bdtp.docgrdm.docdsclab
docgrdp
:
""
,
docgrd
:
""
,
},
},
rejtype
:
""
,
// 退单方式 .rejtype
...
...
src/model/Botdav/Check.js
View file @
4878c855
...
...
@@ -51,6 +51,7 @@ let checkObj = {
"bodgrp.blk.othins"
:
null
,
"bodgrp.dre.pts.extkey"
:
null
,
"cnybop.vouflg"
:
null
,
// "bodgrp.cbs.max.cur" :null,
}
for
(
const
key
in
checkObj
)
{
...
...
src/model/Botdav/Default.js
View file @
4878c855
...
...
@@ -53,5 +53,7 @@ export default {
"mtabut.coninf.oitset.oit.inftxt"
:
Utils
.
defaultFunction
,
"mtabut.coninf.oitset.oit.inflev"
:
Utils
.
defaultFunction
,
"bodgrp.rec.stacty"
:
Utils
.
defaultFunction
,
}
//你可以添加自动default处理
src/model/Botdav/Pattern.js
View file @
4878c855
...
...
@@ -4,7 +4,7 @@ export default {
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"bodgrp.rec.ownref"
:[
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"botp.recget.sdamod.seainf"
:[
...
...
@@ -26,12 +26,22 @@ export default {
],
"bodgrp.drr.pts.ref"
:[
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"bodgrp.cbs.max.cur"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必选项"
}
],
"bodgrp.rec.doctypcod"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必选项"
},
],
"bodgrp.rec.invtyp"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必选项"
},
],
"bodgrp.cbs.max.amt"
:[
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
...
...
@@ -119,7 +129,7 @@ export default {
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"bodgrp.rec.matpercnt"
:[
{
type
:
"number"
,
required
:
fals
e
,
message
:
"必输项"
}
{
type
:
"number"
,
required
:
tru
e
,
message
:
"必输项"
}
],
"bodgrp.rec.paydocnum"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
@@ -136,7 +146,7 @@ export default {
],
"bodgrp.blk.bogdet"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
43
,
message
:
"长度不能超过43"
}
],
"bodgrp.dre.pts.ref"
:[
...
...
src/model/Botdav/index.js
View file @
4878c855
import
{
now
}
from
"lodash"
import
Api
from
"~/service/Api"
import
Pts
from
"../Common/Pts"
import
Pub
from
"../Public"
...
...
@@ -106,6 +107,7 @@ export default class Botdav{
},
},
docgrdm
:{
docgrd
:
""
,
docdsclab
:
""
,
// Label of document description .botp.docgrdm.docdsclab
},
drrp
:{
...
...
src/views/Business/Bdtdck/Docpre.vue
View file @
4878c855
...
...
@@ -271,7 +271,7 @@ export default {
mixins
:
[
commonProcess
],
data
(){
return
{
TableValue
:
[
TableValue
:
[
{
id
:
0
,
cmail1
:
"1"
,
...
...
src/views/Business/Bdtdcr/Brtdcrd.vue
View file @
4878c855
...
...
@@ -5,28 +5,14 @@
<c-row>
<c-col
:span=
"24"
>
<el-form-item
label=
"不符点"
>
<c-input
type=
"textarea"
:disabled=
"model.bddgrp.blk.docdisflg ? false : true"
:rows=
"6"
v-model=
"model.bddgrp.blk.docdis"
maxlength=
"65"
show-word-limit
placeholder=
"请输入不符点"
></c-input>
<c-input
type=
"textarea"
:disabled=
"model.bddgrp.blk.docdisflg ? false : true"
:rows=
"6"
v-model=
"model.bddgrp.blk.docdis"
maxlength=
"65"
show-word-limit
placeholder=
"请输入不符点"
></c-input>
</el-form-item>
</c-col>
</c-row>
<el-form-item
label=
"快递单号"
>
<c-input
type=
"textarea"
:disabled=
"false"
:rows=
"2"
v-model=
"model.expmno"
maxlength=
"120"
show-word-limit
placeholder=
"请输入单号"
></c-input>
<c-input
type=
"textarea"
:disabled=
"false"
:rows=
"2"
v-model=
"model.expmno"
maxlength=
"120"
show-word-limit
placeholder=
"请输入单号"
></c-input>
</el-form-item>
<!--
<c-row>
<c-form-item
label=
"已交单据"
prop=
"bdtp.docgrdm.docgrd"
>
...
...
@@ -40,67 +26,39 @@
</c-form-item>
</c-row>
-->
<c-col
:span=
"24"
style=
"height: 24px; margin-top: -10px"
>
<el-form-item
:label=
"model.bdtp.docgrdm.docdsclab"
class=
"messageLabel"
>
<c-button
style=
"float: right"
@
click=
"addTableValue"
type=
"primary"
>
新增单据
</c-button
>
</el-form-item>
</c-col>
<el-form-item
:label=
"model.bdtp.docgrdm.docdsclab"
class=
"messageLabel"
>
<c-button
style=
"float: right"
@
click=
"addTableValue"
type=
"primary"
>
新增单据
</c-button>
</el-form-item>
</c-col>
<c-col
:span=
"24"
style=
"margin-bottom: 30px;"
>
<c-table
height=
"200px"
style=
"text-align: center"
:list=
"this.model.bdtp.docgrdm.docgrd || []"
:paginationShow=
"false"
:border=
"true"
>
<el-table-column
label=
"1st"
width=
"auto"
>
<template
slot-scope=
"scope"
>
<c-input
v-model=
"scope.row.cmail1"
></c-input>
</
template
>
</el-table-column>
<el-table-column
label=
"2st"
width=
"auto"
>
<
template
slot-scope=
"scope"
>
<c-input
v-model=
"scope.row.cmail2"
></c-input>
</
template
>
</el-table-column>
<el-table-column
label=
"Document"
prop=
"docnam"
width=
"auto"
>
<
template
slot-scope=
"scope"
>
<!--
{{
scope
.
row
.
docnam
}}
-->
<c-select
style=
"width: 100%"
placeholder=
"请选择"
v-model=
"scope.row.docnam"
>
<el-option
v-for=
"item in codeTable"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
width=
"170px"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
<c-button
@
click=
"deleteTable(scope.row)"
type=
"primary"
>
删除
</c-button
>
</
template
>
</el-table-column>
</c-table>
<c-table
height=
"200px"
style=
"text-align: center"
:list=
"this.model.bdtp.docgrdm.docgrd || []"
:paginationShow=
"false"
:border=
"true"
>
<el-table-column
label=
"1st"
width=
"auto"
>
<template
slot-scope=
"scope"
>
<c-input
v-model=
"scope.row.cmail1"
></c-input>
</
template
>
</el-table-column>
<el-table-column
label=
"2st"
width=
"auto"
>
<
template
slot-scope=
"scope"
>
<c-input
v-model=
"scope.row.cmail2"
></c-input>
</
template
>
</el-table-column>
<el-table-column
label=
"Document"
prop=
"docnam"
width=
"auto"
>
<
template
slot-scope=
"scope"
>
<!--
{{
scope
.
row
.
docnam
}}
-->
<c-select
style=
"width: 100%"
placeholder=
"请选择"
v-model=
"scope.row.docnam"
>
<el-option
v-for=
"item in codeTable"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
width=
"170px"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
<c-button
@
click=
"deleteTable(scope.$index)"
type=
"primary"
>
删除
</c-button>
</
template
>
</el-table-column>
</c-table>
</c-col>
</c-col>
...
...
@@ -108,9 +66,7 @@
<c-row>
<c-col
:span=
"24"
>
<div
class=
"c-checkbox"
>
<c-checkbox
v-model=
"model.bddgrp.blk.docdisflg"
@
change=
"changed"
>
录入不符点
</c-checkbox
>
<c-checkbox
v-model=
"model.bddgrp.blk.docdisflg"
@
change=
"changed"
>
录入不符点
</c-checkbox>
</div>
</c-col>
</c-row>
...
...
@@ -122,6 +78,7 @@
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Utils
from
"~/utils"
;
import
Event
from
"~/model/Bdtdcr/Event"
;
export
default
{
...
...
@@ -133,9 +90,12 @@ export default {
TableValue
:
[
{
id
:
0
,
cmail1
:
"1"
,
cmail2
:
"2"
,
docnam
:
"1"
,
cmail1
:
""
,
cmail2
:
""
,
docnam
:
""
,
description
:
""
,
serialNum
:
""
,
tableName
:
""
,
},
],
newValue
:
{
...
...
@@ -143,6 +103,9 @@ export default {
cmail1
:
""
,
cmail2
:
""
,
docnam
:
""
,
description
:
""
,
serialNum
:
""
,
tableName
:
""
,
},
codeTable
:
[
{
label
:
"增值税发票"
,
value
:
"1"
},
...
...
@@ -163,21 +126,26 @@ export default {
},
methods
:
{
...
Event
,
addTableValue
()
{
var
index
=
this
.
TableValue
.
length
;
var
newTableValue
=
this
.
newValue
;
if
(
index
>
0
)
{
newTableValue
.
id
=
this
.
TableValue
[
index
-
1
].
id
+
1
;
}
this
.
TableValue
.
push
(
newTableValue
);
addTableValue
(
index
)
{
var
newTableValue
=
Object
.
assign
({},
this
.
newValue
);
const
serial
=
Utils
.
generateUUID
();
newTableValue
.
serialNum
=
serial
;
this
.
model
.
bdtp
.
docgrdm
.
docgrd
.
splice
(
index
-
1
,
0
,
newTableValue
);
// var index = this.TableValue.length;
// var newTableValue = this.newValue;
// if (index > 0) {
// newTableValue.id = this.TableValue[index - 1].id + 1;
// }
// this.TableValue.push(newTableValue);
},
deleteTable
(
row
)
{
for
(
let
i
=
0
;
i
<
this
.
TableValue
.
length
;
i
++
)
{
if
(
this
.
TableValue
[
i
].
id
==
row
.
id
)
{
this
.
TableValue
.
splice
(
i
,
1
);
break
;
}
}
deleteTable
(
index
)
{
this
.
model
.
bdtp
.
docgrdm
.
docgrd
.
splice
(
index
,
1
);
// for (let i = 0; i
<
this
.
TableValue
.
length
;
i
++
)
{
// if (this.TableValue[i].id == row.id) {
// this.TableValue.splice(i, 1);
// break;
// }
// }
},
changed
(
e
)
{
if
(
!
e
)
{
...
...
@@ -185,7 +153,7 @@ export default {
}
},
},
created
:
function
()
{},
created
:
function
()
{
},
};
</
script
>
<
style
>
...
...
@@ -194,7 +162,8 @@ export default {
margin
:
10px
;
font-size
:
16px
;
}
.messageLabel
>>>
.el-form-item__label
{
.messageLabel
>>>
.el-form-item__label
{
text-align
:
left
;
font-weight
:
bold
;
font-size
:
12px
;
...
...
src/views/Business/Bdtdcr/index.vue
View file @
4878c855
...
...
@@ -2,11 +2,7 @@
<c-page
title=
"国内证不符点/拒付"
>
<div
class=
"eContainer"
>
<!--
<c-bus-button
:
$
pntvm=
"this"
></c-bus-button>
-->
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
<el-button
size=
"small"
>
备忘录
</el-button>
<el-button
size=
"small"
>
影像信息
</el-button>
<!--
<el-button
size=
"small"
>
保存模板
</el-button>
-->
...
...
@@ -15,20 +11,13 @@
<!--
<el-button
size=
"small"
>
拆分报文
</el-button>
-->
<el-button
size=
"small"
>
智能提示
</el-button>
</c-function-btn>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"150px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"150px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
:value=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<!--PD000037 -->
<el-tab-pane
label=
"内容"
name=
"utlp"
>
<c-content>
<m-utlp
:model=
"model"
:codes=
"codes"
/>
<m-utlp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
...
...
@@ -66,7 +55,7 @@
</c-tabs>
</el-form>
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
v-on:select-ety=
"selectEty"
>
</c-grid-ety-prompt-dialog>
</c-grid-ety-prompt-dialog>
</div>
</c-page>
</
template
>
...
...
@@ -83,7 +72,7 @@ import Default from "~/model/Bdtdcr/Default";
import
Check
from
"~/model/Bdtdcr/Check"
;
import
Utlp
from
"./Utlp"
;
import
Brtdcrd
from
"./Brtdcrd"
;
import
Engp
from
"~/views/Public/Engp"
;
import
Engp
from
"~/views/Public/Engp"
;
//import Setpan from "./Setpan";
import
Setpan
from
"~/views/Public/Setpan"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
...
...
@@ -124,7 +113,7 @@ export default {
},
created
:
async
function
()
{
console
.
log
(
"进入bdtdcr交易"
);
let
rtnmsg
=
await
this
.
init
();
let
rtnmsg
=
await
this
.
init
();
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
...
...
src/views/Business/Botdav/Inst.vue
View file @
4878c855
This diff is collapsed.
Click to expand it.
src/views/Business/Botdav/Ovwp.vue
View file @
4878c855
This diff is collapsed.
Click to expand it.
src/views/Business/Botdav/Ptyp.vue
View file @
4878c855
...
...
@@ -10,7 +10,7 @@
}"
:disabled="true"
@onSeainf="onSeainf"
@onAplpDet="onBenpDet"
>
</c-ptap>
...
...
@@ -23,7 +23,7 @@
}"
:disabled="true"
@onSeainf="onSeainf"
@onAplpDet="onBenpDet"
>
</c-ptap>
</c-col>
...
...
@@ -37,14 +37,14 @@
}"
:disabled="true"
@onSeainf="onSeainf"
@onAplpDet="onBenpDet"
>
</c-ptap>
</c-col>
<c-col
:span=
"24"
>
<c-edit-table
:model=
"model"
v-bind=
"ptsaddg"
>
<el-table-column
label=
"操作"
align=
"center"
>
<el-table-column
label=
"操作"
text-
align=
"center"
>
<template
slot-scope=
"scope"
>
<el-button
size=
"mini"
...
...
@@ -103,7 +103,6 @@ export default {
},
methods
:{...
Event
},
created
:
function
(){
onsole
.
log
(
this
.
root
);
}
}
</
script
>
...
...
src/views/Business/Botdav/index.vue
View file @
4878c855
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