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
1a29164f
Commit
1a29164f
authored
Sep 07, 2023
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bctrad修改
parent
8bc6c31d
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
69 additions
and
99 deletions
+69
-99
check.js
src/business/bctrad/model/check.js
+0
-30
Addbcb.vue
src/business/bctrad/views/Addbcb.vue
+2
-2
Bctret.vue
src/business/bctrad/views/Bctret.vue
+2
-3
Detp.vue
src/business/bctrad/views/Detp.vue
+2
-2
Ovwp.vue
src/business/bctrad/views/Ovwp.vue
+2
-2
Ptyp.vue
src/business/bctrad/views/Ptyp.vue
+2
-2
index.vue
src/business/bctrad/views/index.vue
+35
-54
ReviewBctdav.vue
src/review/ReviewBctdav.vue
+4
-4
ReviewBctrad.vue
src/review/ReviewBctrad.vue
+19
-0
review.js
src/routers/modules/review.js
+1
-0
No files found.
src/business/bctrad/model/check.js
View file @
1a29164f
...
@@ -4,36 +4,6 @@ import Utils from "~/utils"
...
@@ -4,36 +4,6 @@ import Utils from "~/utils"
* Bctrad Check规则
* Bctrad Check规则
*/
*/
let
checkObj
=
{
let
checkObj
=
{
"liaall.misamt"
:
null
,
"bcdgrp.dre.namelc"
:
null
,
"bcdgrp.rmi.adrelc"
:
null
,
"bcdgrp.blk.dftins"
:
null
,
"bcdgrp.rmi.pts.nam"
:
null
,
"bcdgrp.dre.adrelc"
:
null
,
"bcdgrp.blk.othins"
:
null
,
"bcdgrp.co2.namelc"
:
null
,
"bcdgrp.rmi.namelc"
:
null
,
"bcdgrp.co2.pts.extkey"
:
null
,
"bcdgrp.dre.pts.nam"
:
null
,
"setmod.dspflg"
:
null
,
"bcdgrp.drr.namelc"
:
null
,
"bcdgrp.co2.pts.adrblk"
:
null
,
"bcdgrp.drr.pts.nam"
:
null
,
"bcdgrp.rmi.pts.extkey"
:
null
,
"bcdgrp.drr.adrelc"
:
null
,
"bcdgrp.blk.colins"
:
null
,
"bcdgrp.drr.pts.adrblk"
:
null
,
"mtabut.coninf.conexedat"
:
null
,
"bcdgrp.blk.colinssnm"
:
null
,
"bcdgrp.blk.chgtxt"
:
null
,
"bcdgrp.drr.pts.extkey"
:
null
,
"bcdgrp.co2.adrelc"
:
null
,
"bcdgrp.dre.pts.adrblk"
:
null
,
"setmod.docamt"
:
null
,
"bcdgrp.rmi.pts.ref"
:
null
,
"bcdgrp.dre.pts.extkey"
:
null
,
"bcdgrp.rmi.pts.adrblk"
:
null
,
"bctp.recget.sdamod.dadsnd"
:[
"bctp.recget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
...
...
src/business/bctrad/views/Addbcb.vue
View file @
1a29164f
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
event
from
"../event"
import
event
from
"../event"
;
//import Addbcb1 from "~/views/Public/Addbcb1";
//import Addbcb1 from "~/views/Public/Addbcb1";
import
Coninfp
from
"~/views/Public/Coninfp"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
...
@@ -38,7 +38,7 @@ export default {
...
@@ -38,7 +38,7 @@ export default {
},
},
methods
:
{
methods
:
{
...
e
vent
,
...
E
vent
,
handleChange
(
val
)
{
handleChange
(
val
)
{
console
.
log
(
val
);
console
.
log
(
val
);
},
},
...
...
src/business/bctrad/views/Bctret.vue
View file @
1a29164f
...
@@ -193,8 +193,7 @@
...
@@ -193,8 +193,7 @@
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
commonProcess
from
"~/mixin/commonProcess"
;
import
event
from
"../event"
;
import
event
from
"../event"
import
Ptap
from
"~/views/Public/Ptap"
;
import
Ptap
from
"~/views/Public/Ptap"
;
import
Docpre
from
"~/views/Public/Docpre"
;
import
Docpre
from
"~/views/Public/Docpre"
;
...
@@ -234,7 +233,7 @@ export default {
...
@@ -234,7 +233,7 @@ export default {
}
}
},
},
methods
:
{
methods
:
{
...
e
vent
...
E
vent
},
},
created
:
function
()
{
created
:
function
()
{
...
...
src/business/bctrad/views/Detp.vue
View file @
1a29164f
...
@@ -142,7 +142,7 @@
...
@@ -142,7 +142,7 @@
<!-- </c-row>-->
<!-- </c-row>-->
</template>
</template>
<
script
>
<
script
>
import
event
from
"../event"
import
event
from
"../event"
;
export
default
{
export
default
{
inject
:
[
'root'
],
inject
:
[
'root'
],
...
@@ -154,7 +154,7 @@
...
@@ -154,7 +154,7 @@
}
}
},
},
methods
:
{
methods
:
{
...
e
vent
...
E
vent
},
},
created
:
function
()
{
created
:
function
()
{
...
...
src/business/bctrad/views/Ovwp.vue
View file @
1a29164f
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
import
Bctret
from
"./Bctret"
;
import
Bctret
from
"./Bctret"
;
import
Detp
from
"./Detp"
;
import
Detp
from
"./Detp"
;
import
Ptyp
from
"./Ptyp"
;
import
Ptyp
from
"./Ptyp"
;
import
event
from
"../event"
import
event
from
"../event"
;
export
default
{
export
default
{
components
:
{
components
:
{
...
@@ -87,7 +87,7 @@ export default {
...
@@ -87,7 +87,7 @@ export default {
}
}
},
},
methods
:
{
methods
:
{
...
e
vent
,
...
E
vent
,
handleChange
(
val
)
{
handleChange
(
val
)
{
console
.
log
(
val
);
console
.
log
(
val
);
}
}
...
...
src/business/bctrad/views/Ptyp.vue
View file @
1a29164f
...
@@ -235,7 +235,7 @@
...
@@ -235,7 +235,7 @@
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
event
from
"../event"
import
event
from
"../event"
;
import
Ptap
from
"~/views/Public/Ptap"
;
import
Ptap
from
"~/views/Public/Ptap"
;
export
default
{
export
default
{
components
:
{
components
:
{
...
@@ -248,7 +248,7 @@ export default {
...
@@ -248,7 +248,7 @@ export default {
return
{};
return
{};
},
},
methods
:
{
methods
:
{
...
e
vent
,
...
E
vent
,
},
},
created
:
function
()
{},
created
:
function
()
{},
};
};
...
...
src/business/bctrad/views/index.vue
View file @
1a29164f
<
template
>
<
template
>
<c-page
title=
"进
口代收二次收单"
>
<c-page
title=
"出
口代收二次收单"
>
<div
class=
"eContainer"
>
<div
class=
"eContainer"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"lef
t"
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"righ
t"
size=
"small"
:validate-on-rule-change=
"false"
>
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<el-tab-pane
label=
"业务信息"
name=
"ovwp"
>
<el-tab-pane
label=
"业务信息"
name=
"ovwp"
>
<c-content>
<c-content>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
<!--
<el-tab-pane
label=
"统一授信"
name=
"limitbody"
>
<!--PD000027 -->
<c-content>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<el-tab-pane
label=
"表外记账"
name=
"engp"
>
<el-tab-pane
label=
"表外记账"
name=
"engp"
>
<c-content>
<c-content>
<!-- 表外记账 -->
<!-- 表外记账 -->
...
@@ -27,47 +22,30 @@
...
@@ -27,47 +22,30 @@
<!--PD000027 -->
<!--PD000027 -->
<el-tab-pane
label=
"费用/账务"
name=
"setmod"
>
<el-tab-pane
label=
"费用/账务"
name=
"setmod"
>
<c-content>
<c-content>
<m-setmod
<m-setmod
:model=
"model"
:codes=
"codes"
/>
:model=
"model"
:codes=
"codes"
@
changeSetmodModel=
"changeSetmodModel"
/>
</c-content>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane
label=
"会计分录"
name=
"glepan"
>
<c-content>
<m-glentry
:model=
"model"
:codes=
"codes"
/>
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"备查/附言"
name=
"addbcb"
>
<el-tab-pane
label=
"备查/附言"
name=
"addbcb"
>
<c-content>
<c-content>
<m-addbcb
:model=
"model"
:codes=
"codes"
/>
<m-addbcb
:model=
"model"
:codes=
"codes"
/>
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"报文/面函"
name=
"docpan"
>
<el-tab-pane
label=
"报文/面函"
name=
"docpan"
>
<c-content>
<c-content>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"附件信息"
name=
"doctre"
>
<el-tab-pane
label=
"附件信息"
name=
"doctre"
>
<c-content>
<c-content>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
</c-tabs>
</c-tabs>
</el-form>
</el-form>
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
@
select-ety=
"selectGridEtyPromptData"
>
</c-grid-ety-prompt-dialog>
<c-function-btn
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleCheck=
"handleCheck"
...
@@ -78,12 +56,12 @@
...
@@ -78,12 +56,12 @@
</c-page>
</c-page>
</
template
>
</
template
>
<
script
>
<
script
>
import
Api
from
"~/service/Api"
import
Utils
from
"~/utils/index"
import
Utils
from
"~/utils/index"
import
CodeTable
from
"~/config/CodeTable"
import
CodeTable
from
"~/config/CodeTable"
import
Bct
dav
from
"../model"
import
Bct
rad
from
"../model"
import
formRules
from
'../model/check'
import
formRules
from
'../model/check'
import
event
from
"../event"
;
import
event
from
"../event"
;
import
operationFunc
from
"@/mixin/operationFunc"
;
// import Bctret from "./Bctret";
// import Bctret from "./Bctret";
// import Detp from "./Detp";
// import Detp from "./Detp";
...
@@ -91,13 +69,13 @@
...
@@ -91,13 +69,13 @@
import
Ovwp
from
"./Ovwp"
;
import
Ovwp
from
"./Ovwp"
;
import
Addbcb
from
"./Addbcb"
;
import
Addbcb
from
"./Addbcb"
;
import
Engp
from
"~/components/business/engp/views"
;
import
Engp
from
"~/components/business/engp/views"
import
Setmod
from
"~/components/business/setmod/views"
import
Setmod
from
"~/components/business/setmod/views"
import
Coninfp
from
"~/components/business/coninfp/views"
import
Docpan
from
"~/components/business/docpan/views"
import
Doctre
from
"~/components/business/doctre/views"
import
Glentry
from
"~/components/business/glentry/views"
;
import
Glentry
from
"~/components/business/glentry/views"
;
import
Coninfp
from
"~/components/business/coninfp/views"
;
import
operationFunc
from
"@/mixin/operationFunc"
;
import
Docpan
from
"~/components/business/docpan/views"
;
import
Doctre
from
"~/views/Public/Doctre"
// import Limitbody from "~/components/business/limitbody/views";
export
default
{
export
default
{
name
:
"Bctrad"
,
name
:
"Bctrad"
,
...
@@ -120,7 +98,7 @@
...
@@ -120,7 +98,7 @@
root
:
this
root
:
this
}
}
},
},
mixins
:
[
operationFunc
,
event
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
operationFunc
,
event
],
// 里面包含了Default、Check等的公共处理
data
()
{
data
()
{
return
{
return
{
activeNames
:
[
"engp"
],
activeNames
:
[
"engp"
],
...
@@ -128,7 +106,9 @@
...
@@ -128,7 +106,9 @@
trnName
:
"bctrad"
,
trnName
:
"bctrad"
,
model
:
new
Bctrad
().
data
,
model
:
new
Bctrad
().
data
,
rules
:
formRules
,
rules
:
formRules
,
codes
:
{
...
CodeTable
},
codes
:
{
...
CodeTable
},
promptData
:
{
promptData
:
{
title
:
'Select a Party'
,
title
:
'Select a Party'
,
columns
:
[
columns
:
[
...
@@ -194,23 +174,24 @@
...
@@ -194,23 +174,24 @@
// }
// }
// });
// });
// }
// }
// }
// }
},
},
created
:
async
function
()
{
created
:
async
function
()
{
console
.
log
(
"进入bctrad交易"
);
//
console.log("进入bctrad交易");
let
rtnmsg
=
await
this
.
init
(
this
.
$route
.
query
)
//
let rtnmsg = await this.init(this.$route.query)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//
if (rtnmsg.respCode == SUCCESS) {
//更新数据
//
//更新数据
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
//
Utils.copyValueFromVO(this.model, rtnmsg.data);
if
(
this
.
isInDisplay
)
{
//
if (this.isInDisplay) {
this
.
restoreDisplay
();
//
this.restoreDisplay();
}
//
}
}
else
{
//
} else {
this
.
$notify
.
error
({
//
this.$notify.error({
title
:
'错误'
,
//
title: '错误',
message
:
'服务请求失败!'
//
message: '服务请求失败!'
});
//
});
}
//
}
},
},
mounted
()
{
mounted
()
{
this
.
init
()
this
.
init
()
...
...
src/review/ReviewBctdav.vue
View file @
1a29164f
<
template
>
<
template
>
<ReviewWrapper>
<ReviewWrapper>
<Bct
ame></Bctame
>
<Bct
dav></Bctdav
>
</ReviewWrapper>
</ReviewWrapper>
</
template
>
</
template
>
<
script
>
<
script
>
import
Bctame
from
"~/business/bctame
/views"
;
import
bctdav
from
"~/business/bctrad
/views"
;
import
{
ReviewWrapper
}
from
"~/components/gj-common.min.js"
;
import
{
ReviewWrapper
}
from
"~/components/gj-common.min.js"
;
export
default
{
export
default
{
name
:
"ReviewBct
ame
"
,
name
:
"ReviewBct
rad
"
,
components
:
{
ReviewWrapper
,
Bct
ame
},
components
:
{
ReviewWrapper
,
Bct
dav
},
created
()
{},
created
()
{},
mounted
()
{},
mounted
()
{},
};
};
...
...
src/review/ReviewBctrad.vue
0 → 100644
View file @
1a29164f
<
template
>
<ReviewWrapper>
<Bctrad></Bctrad>
</ReviewWrapper>
</
template
>
<
script
>
import
Bctrad
from
"~/business/bctrad/views"
;
import
{
ReviewWrapper
}
from
"~/components/gj-common.min.js"
;
export
default
{
name
:
"ReviewBctrad"
,
components
:
{
ReviewWrapper
,
Bctrad
},
created
()
{},
mounted
()
{},
};
</
script
>
<
style
></
style
>
src/routers/modules/review.js
View file @
1a29164f
...
@@ -36,6 +36,7 @@ const Business = [
...
@@ -36,6 +36,7 @@ const Business = [
{
path
:
'reviewbotcan'
,
component
:
()
=>
import
(
'~/review/ReviewBotcan.vue'
),
name
:
'reviewbotcan'
,
meta
:
{
title
:
'复核-botcan'
}
},
{
path
:
'reviewbotcan'
,
component
:
()
=>
import
(
'~/review/ReviewBotcan.vue'
),
name
:
'reviewbotcan'
,
meta
:
{
title
:
'复核-botcan'
}
},
{
path
:
'reviewbotame'
,
component
:
()
=>
import
(
'~/review/ReviewBotame.vue'
),
name
:
'reviewbotame'
,
meta
:
{
title
:
'复核-botame'
}
},
{
path
:
'reviewbotame'
,
component
:
()
=>
import
(
'~/review/ReviewBotame.vue'
),
name
:
'reviewbotame'
,
meta
:
{
title
:
'复核-botame'
}
},
{
path
:
'reviewbctacc'
,
component
:
()
=>
import
(
'~/review/ReviewBctacc.vue'
),
name
:
'reviewbctacc'
,
meta
:
{
title
:
'复核-bctacc'
}
},
{
path
:
'reviewbctacc'
,
component
:
()
=>
import
(
'~/review/ReviewBctacc.vue'
),
name
:
'reviewbctacc'
,
meta
:
{
title
:
'复核-bctacc'
}
},
{
path
:
'reviewbctrad'
,
component
:
()
=>
import
(
'~/review/ReviewBctrad.vue'
),
name
:
'reviewbctrad'
,
meta
:
{
title
:
'复核-bctrad'
}
},
...
...
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