Commit bd99c880 authored by 15008242619's avatar 15008242619

格式调整

parent 452adc3d
<template> <template>
<div> <div>
<dee-as-com <dee-as-com
ref="applyTable" ref="applyTable"
class="list-table" class="list-table"
:basic-data="{ selectData,selectionRows }" :basic-data="{ selectData,selectionRows }"
:lay-config="{ typeName: 'InStorageBack', layKey: 'InStorageBackApplyList' }" :lay-config="{ typeName: 'InStorageBack', layKey: 'InStorageBackApplyList' }"
@backApply="backApply" @backApply="backApply"
@selectionChange="selectionChange" @selectionChange="selectionChange"
/> />
<dee-dialog <dee-dialog
title="发起退库申请" title="发起退库申请"
:dialog-visible="dialogVisible" :dialog-visible="dialogVisible"
> >
<div>确认提交吗?</div> <div>确认提交吗?</div>
<el-button @click="confirm">确 定</el-button> <el-button @click="confirm">确 定</el-button>
<el-button @click="cancle">取 消</el-button> <el-button @click="cancle">取 消</el-button>
</dee-dialog> </dee-dialog>
</div> </div>
</template> </template>
<script> <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