|
|
|
@ -34,7 +34,7 @@ |
|
|
|
|
<view class="l">发票抬头:</view> |
|
|
|
|
<view class="r"> |
|
|
|
|
<input type="text" v-model="array1[index1]" placeholder="请输入单位名称" /> |
|
|
|
|
<view class="tt" @click="bindPickerChange1" style="color: rgb(58, 134, 255;">更改抬头</view> |
|
|
|
|
<view class="tt" @click="bindPickerChange1" style="color: rgb(58, 134, 255;">选择发票抬头</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="item" v-if="tabIndex == 2"> |
|
|
|
@ -192,7 +192,7 @@ |
|
|
|
|
icon: 'none', |
|
|
|
|
duration: 2000 |
|
|
|
|
}) |
|
|
|
|
if (result.data.list.length.length > 0) { |
|
|
|
|
if (result.data.length > 0) { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: "/pages/invoice/detail?id=" + result.data.list[0].id |
|
|
|
|
}) |
|
|
|
@ -244,7 +244,7 @@ |
|
|
|
|
}, |
|
|
|
|
bindPickerChange1() { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: "/pages/invoice/index?orderId=" + this.orderId +'&order='+(app.orderDetail?JSON.stringify(app.orderDetail):'') |
|
|
|
|
url: "/pages/invoice/index?orderId=" + this.orderId +'&order='+(this.orderDetail?JSON.stringify(this.orderDetail):'') |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|