|
|
|
@ -279,6 +279,7 @@
|
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
|
import { getList, getDetail, add, update, remove,getProcessor } from "@/api/aftersales/aftersalesWorkOrder"; |
|
|
|
|
import { getList as getExchangeList } from "@/api/aftersales/aftersalesExchange"; |
|
|
|
|
import option from "@/option/aftersales/aftersalesWorkOrder"; |
|
|
|
|
import { getDetailWarehouse,getDeptWarehouse } from "@/api/basicdata/basicdataWarehouse"; |
|
|
|
|
import { mapGetters } from "vuex"; |
|
|
|
@ -379,7 +380,8 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
//查询当前工单回复数据 |
|
|
|
|
handleReply(){ |
|
|
|
|
getReply(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
searchHide() { |
|
|
|
|
this.search = !this.search; |
|
|
|
|