|
@@ -83,14 +83,6 @@
|
|
<!-- 操作按钮 -->
|
|
<!-- 操作按钮 -->
|
|
<div class="table-operator">
|
|
<div class="table-operator">
|
|
<a-button v-if="$hasPermissions('B_purchaseReturnAdd')" id="bulkWarehousingOrderList-add" type="primary" class="button-error" @click="handleAdd">新增</a-button>
|
|
<a-button v-if="$hasPermissions('B_purchaseReturnAdd')" id="bulkWarehousingOrderList-add" type="primary" class="button-error" @click="handleAdd">新增</a-button>
|
|
- <!-- <a-button
|
|
|
|
- style="margin-left: 10px"
|
|
|
|
- type="primary"
|
|
|
|
- class="button-warning"
|
|
|
|
- @click="handleExport"
|
|
|
|
- :disabled="disabled"
|
|
|
|
- :loading="exportLoading"
|
|
|
|
- >同步到ERP</a-button> -->
|
|
|
|
</div>
|
|
</div>
|
|
<!-- 列表 -->
|
|
<!-- 列表 -->
|
|
<s-table
|
|
<s-table
|
|
@@ -127,13 +119,6 @@
|
|
@click="handleSH(record)"
|
|
@click="handleSH(record)"
|
|
v-if="$hasPermissions('B_purchaseReturnRate') && record.state !='WAIT_SUBMIT'"
|
|
v-if="$hasPermissions('B_purchaseReturnRate') && record.state !='WAIT_SUBMIT'"
|
|
id="allocateBillList-examine-btn">审核进度</a-button>
|
|
id="allocateBillList-examine-btn">审核进度</a-button>
|
|
- <!-- <a-button
|
|
|
|
- size="small"
|
|
|
|
- type="link"
|
|
|
|
- v-if="record.state == 'FINISH'"
|
|
|
|
- @click="handleEdit(record)"
|
|
|
|
- class="button-info"
|
|
|
|
- id="bulkWarehousingOrderList-edit-btn">同步到ERP</a-button> -->
|
|
|
|
<a-button
|
|
<a-button
|
|
size="small"
|
|
size="small"
|
|
type="link"
|
|
type="link"
|