|
@@ -16,7 +16,7 @@
|
|
|
<el-tab-pane label="退款信息" name="refund" v-if="JudgeAuthority('/shengde/productionSystem/purchase/contract/refund')">
|
|
|
<RefundDetails v-if="activeName === 'refund'" :rowData="rowData"></RefundDetails>
|
|
|
</el-tab-pane>
|
|
|
- <el-tab-pane label="入库明细" name="warehousing" v-if="JudgeAuthority('/shengde/productionSystem/purchase/contract/warehousing')">
|
|
|
+ <el-tab-pane label="出入库明细" name="warehousing" v-if="JudgeAuthority('/shengde/productionSystem/purchase/contract/warehousing')">
|
|
|
<WarehousingDetails v-if="activeName === 'warehousing'" :rowData="rowData"></WarehousingDetails>
|
|
|
</el-tab-pane>
|
|
|
</el-tabs>
|
|
@@ -211,8 +211,7 @@
|
|
|
import Details from '@/views/shengde/productionSystem/purchase/contract/details/index'
|
|
|
import PayDetails from '@/views/shengde/productionSystem/purchase/payment/details'
|
|
|
import RefundDetails from '@/views/shengde/productionSystem/purchase/salesReturn/index'
|
|
|
-// import WarehousingDetails from './WarehousingDetails'
|
|
|
-import WarehousingDetails from '@/views/shengde/warehouse/putInStorage/details'
|
|
|
+import WarehousingDetails from './WarehousingDetails'
|
|
|
import LabelTemplate from '@/components/LabelTemplate'
|
|
|
import NewHistory from '@/views/activiti/include/NewHistory'
|
|
|
import { mapGetters } from 'vuex'
|