This commit is contained in:
parent
05ef31fdbe
commit
9836c4acc9
|
@ -4,12 +4,6 @@
|
||||||
<el-tabs v-model="activeName" class="demo-tabs" @tab-change="tabChange">
|
<el-tabs v-model="activeName" class="demo-tabs" @tab-change="tabChange">
|
||||||
<el-tab-pane label="概况" name="detail">
|
<el-tab-pane label="概况" name="detail">
|
||||||
<el-descriptions class="margin-top" :column="4" border>
|
<el-descriptions class="margin-top" :column="4" border>
|
||||||
<<<<<<< HEAD
|
|
||||||
<!-- <template #extra>
|
|
||||||
<el-button type="primary">Operation</el-button>
|
|
||||||
</template> -->
|
|
||||||
=======
|
|
||||||
>>>>>>> 1f12492c0c5a598c6a3a40a6943f3335aff92557
|
|
||||||
<el-descriptions-item :span="4" label="单据编号">
|
<el-descriptions-item :span="4" label="单据编号">
|
||||||
{{ form.number }}
|
{{ form.number }}
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
|
@ -59,10 +53,7 @@
|
||||||
|
|
||||||
<script lang="ts" setup name="opurchaseclassDetail">
|
<script lang="ts" setup name="opurchaseclassDetail">
|
||||||
import { usePaging } from "@/hooks/usePaging";
|
import { usePaging } from "@/hooks/usePaging";
|
||||||
<<<<<<< HEAD
|
|
||||||
import { useDictData } from "@/hooks/useDictOptions";
|
import { useDictData } from "@/hooks/useDictOptions";
|
||||||
=======
|
|
||||||
>>>>>>> 1f12492c0c5a598c6a3a40a6943f3335aff92557
|
|
||||||
import {
|
import {
|
||||||
apiOpurchaseclassLists,
|
apiOpurchaseclassLists,
|
||||||
apiOpurchaseclassDelete,
|
apiOpurchaseclassDelete,
|
||||||
|
|
|
@ -133,11 +133,7 @@ const handleAdd = async () => {
|
||||||
const handleDetail = async (data: any) => {
|
const handleDetail = async (data: any) => {
|
||||||
console.log(data);
|
console.log(data);
|
||||||
router.push({
|
router.push({
|
||||||
<<<<<<< HEAD
|
|
||||||
path: 'detail',
|
|
||||||
=======
|
|
||||||
path: 'transDetail',
|
path: 'transDetail',
|
||||||
>>>>>>> 1f12492c0c5a598c6a3a40a6943f3335aff92557
|
|
||||||
query: {
|
query: {
|
||||||
id: data.id
|
id: data.id
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue