|
|
@ -138,14 +138,11 @@ |
|
|
|
</view> |
|
|
|
</loading-state> |
|
|
|
|
|
|
|
<view v-if="data.payStatus!='3'" |
|
|
|
<view v-if="data.payStatus=='4'&&data.invoiceStatus>'2'" |
|
|
|
style="position: absolute; bottom: 0px; display: flex;flex-direction: row;width: 100%;align-items: center; |
|
|
|
box-sizing: border-box; padding-left: 16px;padding-right: 16px;background: #fff; height: 8vh;border-top: 1px solid #EFEFEF;"> |
|
|
|
|
|
|
|
<view style="flex: 1;"></view> |
|
|
|
<text style="font-size: 16px;color: #fff; background-color: #FF9900; height: 5vh;line-height: 5vh; |
|
|
|
padding: 0px 20px;border-radius: 20px;" @click="continuePy" v-if="data.payStatus=='2'">继续付款</text> |
|
|
|
|
|
|
|
<view style="display: flex;flex-direction: row;align-items: center;" v-if="data.payStatus=='4'"> |
|
|
|
<text style="font-size: 16px;color: #666; border: 1px #D3D3D3 solid; height: 5vh;line-height: 5vh; |
|
|
|
padding: 0px 20px;border-radius: 20px;" @click="makeInvoice(data.sid)" v-if="data.invoiceStatus=='0'">开具发票</text> |
|
|
@ -154,6 +151,29 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view v-if="data.payStatus=='4'&&data.invoiceStatus=='3'" |
|
|
|
style="position: absolute; bottom: 0px; display: flex;flex-direction: row;width: 100%;align-items: center; |
|
|
|
box-sizing: border-box; padding-left: 16px;padding-right: 16px;background: #fff; height: 8vh;border-top: 1px solid #EFEFEF;"> |
|
|
|
|
|
|
|
<view style="flex: 1;"></view> |
|
|
|
<view style="display: flex;flex-direction: row;align-items: center;"> |
|
|
|
<text style="font-size: 16px;color: #666; border: 1px #D3D3D3 solid; height: 5vh;line-height: 5vh; |
|
|
|
padding: 0px 20px;border-radius: 20px;" @click="makeInvoice(data.sid)">重新开票</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view v-if="data.payStatus=='2'" |
|
|
|
style="position: absolute; bottom: 0px; display: flex;flex-direction: row;width: 100%;align-items: center; |
|
|
|
box-sizing: border-box; padding-left: 16px;padding-right: 16px;background: #fff; height: 8vh;border-top: 1px solid #EFEFEF;"> |
|
|
|
|
|
|
|
<view style="flex: 1;"></view> |
|
|
|
<text style="font-size: 16px;color: #fff; background-color: #FF9900; height: 5vh;line-height: 5vh; |
|
|
|
padding: 0px 20px;border-radius: 20px;" @click="continuePy">继续付款</text> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
</template> |
|
|
@ -173,10 +193,10 @@ |
|
|
|
onLoad(options) { |
|
|
|
|
|
|
|
this.page.sid = options.sid |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
onShow() { |
|
|
|
this.request() |
|
|
|
this.request() |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
itemClick(goodsSid) { |
|
|
|