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
1b527c94
Commit
1b527c94
authored
Aug 02, 2022
by
huangxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ditdav,bdtcan的bug修改
parent
aee2f5a7
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
132 deletions
+17
-132
index.vue
src/views/Business/Bdtcan/index.vue
+1
-1
Ovwp.vue
src/views/Business/Botame/Ovwp.vue
+4
-114
index.vue
src/views/Business/Botset/index.vue
+0
-6
Davp.vue
src/views/Business/Ditdav/Davp.vue
+9
-7
index.vue
src/views/Business/Ditdav/index.vue
+1
-2
Setpan.vue
src/views/Public/Setpan.vue
+2
-2
No files found.
src/views/Business/Bdtcan/index.vue
View file @
1b527c94
...
...
@@ -158,7 +158,7 @@ export default {
};
},
methods
:
{
tabClick
()
{},
//
tabClick() {},
},
created
:
async
function
()
{
console
.
log
(
"进入bdtcan交易"
);
...
...
src/views/Business/Botame/Ovwp.vue
View file @
1b527c94
...
...
@@ -40,7 +40,6 @@
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"Name"
prop=
"bodgrp.rec.nam"
>
<c-input
align=
"middle"
v-model=
"model.bodgrp.rec.nam"
maxlength=
"40"
disabled
...
...
@@ -287,40 +286,6 @@
</el-form-item>
</c-col>
<!--
<c-col
:span=
"24"
style=
"height: 24px; margin-top: -10px"
>
<el-form-item
:label=
"model.botp.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.botp.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"
>
<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-docpre
:model=
"model"
:argadr=
"
{
...
...
@@ -426,87 +391,16 @@ export default {
mixins
:
[
commonProcess
],
data
()
{
return
{
// docgrd: {
// columns: [
// {
// title: "lst",
// width: "80px",
// dataIndex: "cmail1",
// show: "input",
// },
// {
// title: "2nd",
// width: "80px",
// dataIndex: "cmail2",
// show: "input",
// },
// {
// title: "Document",
// width: "320px",
// dataIndex: "docnam",
// show: "select",
// code: "codeTable",
// },
// ],
// urls: "botp.docgrdm.docgrd",
// },
invtyp
:
[{
label
:
"type1"
,
value
:
"1"
}],
// codeTable: [
// { label: "Airway Bills", value: "Airway Bills" },
// {
// label: "Beneficiary's Declaration",
// value: "Beneficiary's Declaration",
// },
// { label: "Bill of Lading Copies", value: "Bill of Lading Copies" },
// {
// label: "Bill of Lading Originals",
// value: "Bill of Lading Originals",
// },
// { label: "Certificate", value: "Certificate" },
// { label: "Certificate of Analysis", value: "Certificate of Analysis" },
// { label: "Certificate of Origin", value: "Certificate of Origin" },
// { label: "Certificate of Quality", value: "Certificate of Quality" },
// { label: "Certificate of Quantity", value: "Certificate of Quantity" },
// { label: "Commercial Invoice", value: "Commercial Invoice" },
// { label: "Courier Receipt", value: "Courier Receipt" },
// { label: "Draft", value: "Draft" },
// { label: "Export Licence", value: "Export Licence" },
// { label: "Fax Report", value: "Fax Report" },
// { label: "Inspection Cert", value: "Inspection Cert" },
// { label: "Insurance Policy", value: "Insurance Policy" },
// { label: "Packing List", value: "Packing List" },
// { label: "Shipment Advice", value: "Shipment Advice" },
// { label: "Weight List", value: "Weight List" },
// ],
// newValue: {
// id: 0,
// cmail1: "",
// cmail2: "",
// docnam: "",
// description: "",
// serialNum: "",
// tableName: "",
// tcddoc: "",
// },
// columns: ['0 0 "lst1" 100 ', '1 1 "lst2" 100', '2 2 "document" 200'],
}
},
methods
:
{
...
Event
,
// change() {
// this.model.bodgrp.rec.matdat = this.model.oldbodgrp.rec.matdat;
// },
// addTableValue(index) {
// var newTableValue = Object.assign({}, this.newValue);
// const serial = Utils.generateUUID();
// newTableValue.serialNum = serial;
// this.model.botp.docgrdm.docgrd.splice(index - 1, 0, newTableValue);
// },
// deleteTable(index) {
// this.model.botp.docgrdm.docgrd.splice(index, 1);
// },
// async docpre() {
// let rtnmsg = await this.executeDefault('bodgrp.blk.docpre')
// if (rtnmsg.respCode == SUCCESS) {
...
...
@@ -518,17 +412,13 @@ export default {
// }
// },
},
// mounted() {
// this.change();
// console.log(this.model.bodgrp.rec.matdat);
// },
computed
:
{
flag
()
{
return
this
.
model
.
bodgrp
.
drr
.
pts
.
adrelc
==
""
;
},
},
created
:
function
()
{
console
.
log
(
this
.
root
);
},
}
</
script
>
...
...
src/views/Business/Botset/index.vue
View file @
1b527c94
...
...
@@ -201,12 +201,6 @@ export default {
},
methods
:{
//tabClick(){}
// myTabClick(tab){
// this.tabClick(tab)
// /**
// * do it yourself
// **/
// }
},
created
:
async
function
(){
console
.
log
(
"进入botset交易"
);
...
...
src/views/Business/Ditdav/Davp.vue
View file @
1b527c94
...
...
@@ -303,8 +303,15 @@
v-model=
"model.bddgrp.rec.advtyp"
style=
"width:100%"
placeholder=
"请选择Type of Advice"
:code=
"advtyp"
></c-select>
>
<el-option
v-for=
"item in codes.advtyp0"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -465,11 +472,6 @@ export default {
{
label
:
"Beneficiary"
,
value
:
"BEN"
},
{
label
:
"Presenter(PRP)"
,
value
:
"PRB"
},
],
advtyp
:
[
{
label
:
"Advice of Discrepancy (MT750)"
,
value
:
"750"
},
{
label
:
"Advice of Payment (MT754)"
,
value
:
"754"
},
{
label
:
"Other"
,
value
:
"oth"
},
],
};
},
...
...
src/views/Business/Ditdav/index.vue
View file @
1b527c94
...
...
@@ -150,8 +150,7 @@ export default {
}
},
methods
:{
tabClick
(){
}
//tabClick(){}
},
created
:
async
function
(){
console
.
log
(
"进入ditdav交易"
);
...
...
src/views/Public/Setpan.vue
View file @
1b527c94
...
...
@@ -228,8 +228,8 @@
</el-table-column>
<el-table-column
label=
"Currency"
prop=
"cur"
width=
"100px"
>
</el-table-column>
<
!-- <el-table-column label="Original Amount" prop="ogiamt" v-model="ogiamt" width="150px"> --
>
<
!-- </el-table-column> --
>
<
el-table-column
label=
"Original Amount"
prop=
"ogiamt"
width=
"150px"
>
<
/el-table-column
>
<el-table-column
label=
"Fee Amount"
prop=
"amt"
width=
"150px"
>
</el-table-column>
<el-table-column
label=
""
prop=
"det"
width=
"80px"
fixed=
"right"
>
...
...
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