|
@@ -9,7 +9,7 @@
|
|
<a-button
|
|
<a-button
|
|
key="4"
|
|
key="4"
|
|
type="primary"
|
|
type="primary"
|
|
- class="button-error"
|
|
|
|
|
|
+ class="button-info"
|
|
id="salesDetail-xs-print-btn"
|
|
id="salesDetail-xs-print-btn"
|
|
v-if="$hasPermissions('B_salesPrint')"
|
|
v-if="$hasPermissions('B_salesPrint')"
|
|
:disabled="localDataSource.length==0"
|
|
:disabled="localDataSource.length==0"
|
|
@@ -25,7 +25,7 @@
|
|
<a-button
|
|
<a-button
|
|
key="2"
|
|
key="2"
|
|
type="primary"
|
|
type="primary"
|
|
- class="button-warning"
|
|
|
|
|
|
+ class="button-info"
|
|
id="salesDetail-export-btn"
|
|
id="salesDetail-export-btn"
|
|
v-if="$hasPermissions('B_salesExport')"
|
|
v-if="$hasPermissions('B_salesExport')"
|
|
:disabled="localDataSource.length==0"
|
|
:disabled="localDataSource.length==0"
|
|
@@ -33,7 +33,7 @@
|
|
<a-button
|
|
<a-button
|
|
key="1"
|
|
key="1"
|
|
type="primary"
|
|
type="primary"
|
|
- class="button-success"
|
|
|
|
|
|
+ class="button-info"
|
|
id="salesDetail-export-btn"
|
|
id="salesDetail-export-btn"
|
|
v-if="$hasPermissions('B_salesExport')"
|
|
v-if="$hasPermissions('B_salesExport')"
|
|
:disabled="localDataSource.length==0"
|
|
:disabled="localDataSource.length==0"
|
|
@@ -127,22 +127,22 @@
|
|
<div class="affix-cont">
|
|
<div class="affix-cont">
|
|
<a-button
|
|
<a-button
|
|
size="large"
|
|
size="large"
|
|
- style="width: 150px;font-size: 12px;"
|
|
|
|
|
|
+ style="width: 100px;"
|
|
:disabled="spinning"
|
|
:disabled="spinning"
|
|
type="primary"
|
|
type="primary"
|
|
- class="button-error"
|
|
|
|
- id="salesDetail-batchAudit-btn"
|
|
|
|
|
|
+ class="button-info"
|
|
|
|
+ id="salesDetail-audit-btn"
|
|
v-if="detailData&&detailData.billStatus == 'WAIT_AUDIT'&&$hasPermissions('B_salesAudit')"
|
|
v-if="detailData&&detailData.billStatus == 'WAIT_AUDIT'&&$hasPermissions('B_salesAudit')"
|
|
- @click="handleAudit('batch')"
|
|
|
|
|
|
+ @click="handleAudit()"
|
|
>
|
|
>
|
|
- 一键审核
|
|
|
|
|
|
+ 审核
|
|
</a-button>
|
|
</a-button>
|
|
<a-button
|
|
<a-button
|
|
type="primary"
|
|
type="primary"
|
|
:disabled="spinning"
|
|
:disabled="spinning"
|
|
class="button-info"
|
|
class="button-info"
|
|
size="large"
|
|
size="large"
|
|
- style="width: 150px;"
|
|
|
|
|
|
+ style="width: 100px;"
|
|
id="salesDetail-edit-btn"
|
|
id="salesDetail-edit-btn"
|
|
v-if="detailData&&detailData.salesBillSource != 'PURCHASE' && (detailData.billStatus == 'WAIT_SUBMIT' || detailData.billStatus == 'WAIT_AUDIT' || detailData.billStatus == 'AUDIT_REJECT')&&$hasPermissions('B_salesEdit')"
|
|
v-if="detailData&&detailData.salesBillSource != 'PURCHASE' && (detailData.billStatus == 'WAIT_SUBMIT' || detailData.billStatus == 'WAIT_AUDIT' || detailData.billStatus == 'AUDIT_REJECT')&&$hasPermissions('B_salesEdit')"
|
|
@click="handleEdit()"
|
|
@click="handleEdit()"
|
|
@@ -151,7 +151,7 @@
|
|
</a-button>
|
|
</a-button>
|
|
<a-button
|
|
<a-button
|
|
size="large"
|
|
size="large"
|
|
- style="width: 150px;"
|
|
|
|
|
|
+ style="width: 100px;"
|
|
:disabled="spinning"
|
|
:disabled="spinning"
|
|
type="primary"
|
|
type="primary"
|
|
class="button-info"
|
|
class="button-info"
|
|
@@ -163,15 +163,15 @@
|
|
</a-button>
|
|
</a-button>
|
|
<a-button
|
|
<a-button
|
|
size="large"
|
|
size="large"
|
|
- style="width: 150px;"
|
|
|
|
|
|
+ style="width: 150px;font-size: 12px;margin-left: 50px;"
|
|
:disabled="spinning"
|
|
:disabled="spinning"
|
|
type="primary"
|
|
type="primary"
|
|
- class="button-warning"
|
|
|
|
- id="salesDetail-audit-btn"
|
|
|
|
|
|
+ class="button-info"
|
|
|
|
+ id="salesDetail-batchAudit-btn"
|
|
v-if="detailData&&detailData.billStatus == 'WAIT_AUDIT'&&$hasPermissions('B_salesAudit')"
|
|
v-if="detailData&&detailData.billStatus == 'WAIT_AUDIT'&&$hasPermissions('B_salesAudit')"
|
|
- @click="handleAudit()"
|
|
|
|
|
|
+ @click="handleAudit('batch')"
|
|
>
|
|
>
|
|
- 审核
|
|
|
|
|
|
+ 一键审核
|
|
</a-button>
|
|
</a-button>
|
|
</div>
|
|
</div>
|
|
<!-- 打印导出 -->
|
|
<!-- 打印导出 -->
|