doctor-admin-components 1.0.14-beta.70 → 1.0.14-beta.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -726,26 +726,23 @@
|
|
|
726
726
|
<div class="hr-class"></div>
|
|
727
727
|
</el-col>
|
|
728
728
|
<el-col :span="24" v-if="contract.quoteType != 'FIXED'">
|
|
729
|
-
<div class="content-root-row">
|
|
729
|
+
<div class="content-root-row" style="display: flex;">
|
|
730
730
|
<ContentTitle :contentTitleProp="{
|
|
731
731
|
bgButton: $t('contractDetail.saleTemporaryFinallyInvoice'),
|
|
732
732
|
bgTime: shipmentFileInfo.salePersonalTemporaryFinallyInvoice && timeFormate(shipmentFileInfo.salePersonalTemporaryFinallyInvoice),
|
|
733
733
|
bgcolor: shipProgressInfo.bgcolor
|
|
734
734
|
}"></ContentTitle>
|
|
735
735
|
<span class="bg-history" @click="handleHistory(contract.contractType == 'sale' ? 'sale_personal_temporary_finally_invoice' : 'purchase_temporary_finally_invoice', shipmentFileInfo.shipmentId)">{{ $t('contractDetail.view_history') }}</span>
|
|
736
|
+
<span
|
|
737
|
+
v-if="
|
|
738
|
+
channel !== 'official-website' &&
|
|
739
|
+
contract.contractType == 'purchase'
|
|
740
|
+
"
|
|
741
|
+
style="color: #1890ff; cursor: pointer; margin-left: 10px"
|
|
742
|
+
@click.stop="identifyPageBoth(shipmentFileInfo, 1)"
|
|
743
|
+
>
|
|
744
|
+
{{ identify }}</span>
|
|
736
745
|
</div>
|
|
737
|
-
<div class="sub-title">
|
|
738
|
-
<span
|
|
739
|
-
v-if="
|
|
740
|
-
channel !== 'official-website' &&
|
|
741
|
-
contract.contractType == 'purchase'
|
|
742
|
-
"
|
|
743
|
-
style="color: #1890ff; cursor: pointer; margin-left: 10px"
|
|
744
|
-
@click.stop="identifyPageBoth(shipmentFileInfo, 1)"
|
|
745
|
-
>
|
|
746
|
-
<el-divider direction="vertical"></el-divider>
|
|
747
|
-
{{ identify }}</span>
|
|
748
|
-
</div>
|
|
749
746
|
<el-col :span="12" v-if="channel == 'official-website' && shipmentFileInfo.salePersonalTemporaryFinallyInvoice && shipmentFileInfo.salePersonalTemporaryFinallyInvoice.length == 0" class="center-status">
|
|
750
747
|
<i class="el-icon-time"></i>
|
|
751
748
|
{{ $t('contractDetail.Temporary_final_payment_invoice_to_be_updated') }}
|