|
@@ -93,12 +93,12 @@
|
|
|
</div>
|
|
|
<div class="mymain-container">
|
|
|
<div class="btn-group clearfix">
|
|
|
- <div class="fr">
|
|
|
- <ExportButton
|
|
|
- :ex-url="'admin/user/mch/export'"
|
|
|
- :ex-params="exParams"
|
|
|
- />
|
|
|
- </div>
|
|
|
+ <!-- <div class="fr">-->
|
|
|
+ <!-- <ExportButton-->
|
|
|
+ <!-- :ex-url="'admin/user/mch/export'"-->
|
|
|
+ <!-- :ex-params="exParams"-->
|
|
|
+ <!-- />-->
|
|
|
+ <!-- </div>-->
|
|
|
</div>
|
|
|
<div class="table">
|
|
|
<el-table
|
|
@@ -228,7 +228,7 @@
|
|
|
align="left"
|
|
|
label="单位"
|
|
|
prop="unit"
|
|
|
- min-width="300"
|
|
|
+ min-width="100"
|
|
|
show-overflow-tooltip
|
|
|
>
|
|
|
</el-table-column>
|
|
@@ -286,7 +286,7 @@
|
|
|
<script>
|
|
|
import {
|
|
|
getOtherStockInList,
|
|
|
- setApprovalOtherStockOut,
|
|
|
+ setApprovalPurchaseOrderIn,
|
|
|
} from "@/api/supply/purchase";
|
|
|
import { getWarehouseList } from "@/api/supply/apply";
|
|
|
|
|
@@ -355,7 +355,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
handleUnapprove(id, billNo) {
|
|
|
- setApprovalOtherStockOut({ id, billNo }).then((res) => {
|
|
|
+ setApprovalPurchaseOrderIn({ id, billNo }).then((res) => {
|
|
|
this.$successMsg("弃审成功");
|
|
|
this.getList();
|
|
|
});
|