|
@@ -132,8 +132,8 @@
|
|
|
</a-collapse-panel>
|
|
</a-collapse-panel>
|
|
|
</a-collapse>
|
|
</a-collapse>
|
|
|
</div>
|
|
</div>
|
|
|
- <Modify />
|
|
|
|
|
- <Disable />
|
|
|
|
|
|
|
+ <HedgingDetail />
|
|
|
|
|
+ <HedgingModify />
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
@@ -143,8 +143,8 @@ import { getGoodsUnit } from '@/views/information/goods/list/spot-variety/setup'
|
|
|
import { initMG } from '@/views/information/goods/list/hedging-variety/setup';
|
|
import { initMG } from '@/views/information/goods/list/hedging-variety/setup';
|
|
|
import { ErmcpDeliveryGoodsDetailEx } from '@/services/go/ermcp/goodsInfo/interface';
|
|
import { ErmcpDeliveryGoodsDetailEx } from '@/services/go/ermcp/goodsInfo/interface';
|
|
|
import { initData } from '@/common/methods';
|
|
import { initData } from '@/common/methods';
|
|
|
-import Modify from '../modify/index.vue';
|
|
|
|
|
-import Disable from '../disable/index.vue';
|
|
|
|
|
|
|
+import HedgingModify from '../hedgingModify/index.vue';
|
|
|
|
|
+import HedgingDetail from '../spotDetail/index.vue';
|
|
|
import { BtnList } from '@/common/export/table';
|
|
import { BtnList } from '@/common/export/table';
|
|
|
import { getThirdMenuData, handleBtnList } from '@/common/setup/table/button';
|
|
import { getThirdMenuData, handleBtnList } from '@/common/setup/table/button';
|
|
|
|
|
|
|
@@ -161,9 +161,9 @@ export default defineComponent({
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
components: {
|
|
components: {
|
|
|
- Modify,
|
|
|
|
|
- Disable,
|
|
|
|
|
BtnList,
|
|
BtnList,
|
|
|
|
|
+ HedgingDetail,
|
|
|
|
|
+ HedgingModify,
|
|
|
},
|
|
},
|
|
|
setup(props, context) {
|
|
setup(props, context) {
|
|
|
const menuList = getThirdMenuData();
|
|
const menuList = getThirdMenuData();
|