Commit bd99c880 authored by 15008242619's avatar 15008242619

格式调整

parent 452adc3d
<template>
<div>
<dee-as-com
ref="applyTable"
class="list-table"
:basic-data="{ selectData,selectionRows }"
:lay-config="{ typeName: 'InStorageBack', layKey: 'InStorageBackApplyList' }"
@backApply="backApply"
@selectionChange="selectionChange"
<div>
<dee-as-com
ref="applyTable"
class="list-table"
:basic-data="{ selectData,selectionRows }"
:lay-config="{ typeName: 'InStorageBack', layKey: 'InStorageBackApplyList' }"
@backApply="backApply"
@selectionChange="selectionChange"
/>
<dee-dialog
title="发起退库申请"
:dialog-visible="dialogVisible"
title="发起退库申请"
:dialog-visible="dialogVisible"
>
<div>确认提交吗?</div>
<el-button @click="confirm">确 定</el-button>
<el-button @click="cancle">取 消</el-button>
<div>确认提交吗?</div>
<el-button @click="confirm">确 定</el-button>
<el-button @click="cancle">取 消</el-button>
</dee-dialog>
</div>
</div>
</template>
<script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment