Commit d0e4005a authored by 吴春's avatar 吴春

合团的追加团款报错,提交

parent 43a0ff4e
......@@ -619,7 +619,7 @@
<th :colspan="1" width="200">
<div v-for="item in nav" style="margin: 10px 0;">
<input type="button" :value="`${item.TCNUMS} 制单`" class="leader2Btn"
@click="ZhuiJiaTuanKuan(item.OutBranchId)">
@click="ZhuiJiaTuanKuan(item)">
</div>
</th>
</tr>
......@@ -837,8 +837,9 @@
}
}, err => {})
},
ZhuiJiaTuanKuan(companyID) {
let TCIDARR = [this.$route.query.id]
ZhuiJiaTuanKuan(item) {
console.log(item);
let TCIDARR =[item.TCIDS]// [this.$route.query.id]
let orderObj = {
OrderID: 0,
OrderSource: 8,
......@@ -853,7 +854,7 @@
name: 'ChoiceAddFinancialDocuments',
query: {
"Type": 2,
"companyID": companyID,
"companyID": item.companyID,
"path": "",
'blank': 'y',
'orderObj': JSON.stringify(orderObj),
......
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