Browse Source

采购合同,入库明细改为出入库明细

lxf 1 year ago
parent
commit
cac8828de3

+ 2 - 3
src/views/shengde/productionSystem/purchase/contract/contractDetails.vue

@@ -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'