处罚决定书预览、导出
This commit is contained in:
parent
e892080dab
commit
9757bfc9ac
|
|
@ -180,6 +180,7 @@
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
||||||
<el-col :span="8">
|
<el-col :span="8">
|
||||||
<el-form-item label="行政处罚决定书(份)" prop="xzcfjdss">
|
<el-form-item label="行政处罚决定书(份)" prop="xzcfjdss">
|
||||||
<el-input v-model.number="dialog.data.xzcfjdss" maxlength="9" :disabled="dialog.mode=== 'detail'"/>
|
<el-input v-model.number="dialog.data.xzcfjdss" maxlength="9" :disabled="dialog.mode=== 'detail'"/>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</browser>
|
</browser>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import {reactive, toRefs, watch, computed, ref} from 'vue'
|
import {reactive, toRefs, watch, computed, ref} from 'vue'
|
||||||
import {useUserStore} from '@/stores/modules/user'
|
import {useUserStore} from '@/stores/modules/user'
|
||||||
|
|
|
||||||
|
|
@ -257,13 +257,6 @@ function handleDetail(row) {
|
||||||
documentCode: '(西安)应急罚集〔' + year + '〕' + area + xh + '号',
|
documentCode: '(西安)应急罚集〔' + year + '〕' + area + xh + '号',
|
||||||
documenContent: {}
|
documenContent: {}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
documentNo: 26,
|
|
||||||
documentName: '案件处理呈批表',
|
|
||||||
documentType: '审查决定类',
|
|
||||||
documentCode: '(西安)应急处呈〔' + year + '〕' + area + xh + '号',
|
|
||||||
documenContent: {}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
documentNo: 28,
|
documentNo: 28,
|
||||||
documentName: '行政处罚决定书',
|
documentName: '行政处罚决定书',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue