Commit f06ba4fd authored by 15008242619's avatar 15008242619

格式更改

parent 811e2f2c
<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' }"
@tableToolHandler="tableToolHandler" @tableToolHandler="tableToolHandler"
@selectionChange="selectionChange" @selectionChange="selectionChange"
/> />
<dee-dialog <dee-dialog
title="发起退库申请" title="发起退库申请"
:dialog-visible="dialogVisible" :dialog-visible="dialogVisible"
> >
<div style="margin-bottom: 20px;font-size: 14px;font-weight: bolder;">确认提交吗?</div> <div style="margin-bottom: 20px;font-size: 14px;font-weight: bolder;">确认提交吗?</div>
<div style="text-align: center;"> <div style="text-align: center;">
<el-button type="primary" @click="confirm">确 定</el-button> <el-button type="primary" @click="confirm">确 定</el-button>
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</div> </div>
</dee-dialog> </dee-dialog>
<dee-dialog <dee-dialog
title="选择工艺员" title="选择工艺员"
:dialog-visible="setPersonVisible" :dialog-visible="setPersonVisible"
> >
<dee-form <dee-form
......
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