Commit d0e4005a authored by 吴春's avatar 吴春

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

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