Commit 69d89068 authored by 王悦's avatar 王悦

单据转团

parent 1a253fde
......@@ -318,6 +318,7 @@ export default {
CloseIncomeBtn:false,
loading:false,
zhuanMsg: {
NowTCNUM:'',
TCNUM: '',
FrIds: '',
},
......@@ -327,6 +328,7 @@ export default {
methods: {
initZhuanMsg(){
this.zhuanMsg = {
NowTCNUM:'',
TCNUM: '',
FrIds: '',
}
......@@ -347,7 +349,8 @@ export default {
}
},
TransferDocuments: function () {
let TCNUM = this.DataList.TeamBalance.TCNUM
let TCNUM = this.DataList.TeamBalance.TCNUM;
this.zhuanMsg.NowTCNUM=TCNUM;
if (this.zhuanMsg.TCNUM === '') {
return this.$message.error("请输入团号!")
} else if (this.zhuanMsg.TCNUM === TCNUM) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment