|
|
|
@ -119,23 +119,22 @@
|
|
|
|
|
</otherInfo>
|
|
|
|
|
</transition>
|
|
|
|
|
<transition name="slide">
|
|
|
|
|
<div class="right-content" v-if="id && !isOpenSet">
|
|
|
|
|
<rightContent
|
|
|
|
|
ref="RefrightContent"
|
|
|
|
|
:id="id"
|
|
|
|
|
:details="bookingDetails"
|
|
|
|
|
:PexcuteRules="excuteRules"
|
|
|
|
|
:PexcuteRulesType="excuteRulesType"
|
|
|
|
|
@fileNewUpadte="fileNewUpadte"
|
|
|
|
|
@changeAtd="changeAtd"
|
|
|
|
|
@changeDetail="changeDetailFun"
|
|
|
|
|
@rules="getRules"
|
|
|
|
|
@inGoodsSave="inGoodsSaveFun"
|
|
|
|
|
@handleRefsh="handleRefshRight"
|
|
|
|
|
@openFlag="setOpenFlag"
|
|
|
|
|
>
|
|
|
|
|
<rightContent
|
|
|
|
|
v-if="id && !isOpenSet"
|
|
|
|
|
ref="RefrightContent"
|
|
|
|
|
:id="id"
|
|
|
|
|
:details="bookingDetails"
|
|
|
|
|
:PexcuteRules="excuteRules"
|
|
|
|
|
:PexcuteRulesType="excuteRulesType"
|
|
|
|
|
@fileNewUpadte="fileNewUpadte"
|
|
|
|
|
@changeAtd="changeAtd"
|
|
|
|
|
@changeDetail="changeDetailFun"
|
|
|
|
|
@rules="getRules"
|
|
|
|
|
@inGoodsSave="inGoodsSaveFun"
|
|
|
|
|
@handleRefsh="handleRefshRight"
|
|
|
|
|
@openFlag="setOpenFlag"
|
|
|
|
|
>
|
|
|
|
|
</rightContent>
|
|
|
|
|
</div>
|
|
|
|
|
</transition>
|
|
|
|
|
</div>
|
|
|
|
|
</a-spin>
|
|
|
|
@ -196,7 +195,7 @@
|
|
|
|
|
const cargoInfo = defineAsyncComponent(() => import("./modules/cargoInfo.vue"))
|
|
|
|
|
const goodsTable = defineAsyncComponent(() => import("./modules/goodsTable.vue"))
|
|
|
|
|
const ediMore = defineAsyncComponent(() => import("./modules/ediMore.vue"))
|
|
|
|
|
const rightContent = defineAsyncComponent(() => import("./modules/rightContent.vue"))
|
|
|
|
|
import rightContent from './modules/rightContent.vue'
|
|
|
|
|
// 费用录入组件
|
|
|
|
|
import costEntry from '/@/components/CostEntry/index.vue'
|
|
|
|
|
// 审批组件
|
|
|
|
|