|
|
|
@ -50,7 +50,7 @@
|
|
|
|
|
</hot-table>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <div class="SearchBox" v-if="TotTableType">
|
|
|
|
|
<div class="SearchBox">
|
|
|
|
|
<BasicForm class="Form" @register="registerSearchBoxForm" />
|
|
|
|
|
<div class="ButtonBox">
|
|
|
|
|
<a-button size="default" @click="handleReset"> 重置 </a-button>
|
|
|
|
@ -59,7 +59,7 @@
|
|
|
|
|
</a-button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="HotTable" v-if="TotTableType">
|
|
|
|
|
<div class="HotTable">
|
|
|
|
|
<div>
|
|
|
|
|
<a-button type="link" @click="ViewTableAdd" class="pl0">
|
|
|
|
|
<span class="iconfont icon-new_document"></span>
|
|
|
|
@ -83,7 +83,7 @@
|
|
|
|
|
/>
|
|
|
|
|
</hot-table>
|
|
|
|
|
</div>
|
|
|
|
|
</div> -->
|
|
|
|
|
</div>
|
|
|
|
|
</a-tab-pane>
|
|
|
|
|
<a-tab-pane key="2" tab="电子文档" :disabled="!rowId">
|
|
|
|
|
<DsFile ref="dsFile" fileType="infoclient" :id="rowId" />
|
|
|
|
@ -114,7 +114,7 @@
|
|
|
|
|
</a-tabs>
|
|
|
|
|
<!--右下角按钮-->
|
|
|
|
|
<template #footer>
|
|
|
|
|
<!-- <a-button
|
|
|
|
|
<a-button
|
|
|
|
|
pre-icon="ant-design:check-circle-outlined"
|
|
|
|
|
type="primary"
|
|
|
|
|
:loading="loading"
|
|
|
|
@ -122,8 +122,8 @@
|
|
|
|
|
@click="Confirm()"
|
|
|
|
|
>
|
|
|
|
|
确认执行
|
|
|
|
|
</a-button> -->
|
|
|
|
|
<!-- <a-button
|
|
|
|
|
</a-button>
|
|
|
|
|
<a-button
|
|
|
|
|
pre-icon="ant-design:check-circle-outlined"
|
|
|
|
|
type="primary"
|
|
|
|
|
:loading="loading"
|
|
|
|
@ -131,7 +131,7 @@
|
|
|
|
|
@click="Cancel()"
|
|
|
|
|
>
|
|
|
|
|
取消执行
|
|
|
|
|
</a-button> -->
|
|
|
|
|
</a-button>
|
|
|
|
|
<a-button
|
|
|
|
|
pre-icon="ant-design:close-outlined"
|
|
|
|
|
type="warning"
|
|
|
|
@ -188,10 +188,10 @@
|
|
|
|
|
ApiListDetail,
|
|
|
|
|
ApiDelDetail,
|
|
|
|
|
// ApiMakeFee,
|
|
|
|
|
// ApiDetailView,
|
|
|
|
|
// ApiAddCtn,
|
|
|
|
|
// ApiConfirm,
|
|
|
|
|
// ApiCancel,
|
|
|
|
|
ApiDetailView,
|
|
|
|
|
ApiAddCtn,
|
|
|
|
|
ApiConfirm,
|
|
|
|
|
ApiCancel,
|
|
|
|
|
} from './api'
|
|
|
|
|
import { GetClientListByCode } from '/@/api/common'
|
|
|
|
|
import { useMessage } from '/@/hooks/web/useMessage'
|
|
|
|
@ -211,24 +211,14 @@
|
|
|
|
|
labelWidth: 100,
|
|
|
|
|
schemas: formSchema,
|
|
|
|
|
showActionButtonGroup: false,
|
|
|
|
|
submitFunc: submit,
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
const TotTableType = ref(false)
|
|
|
|
|
async function submit() {
|
|
|
|
|
const values = await validate()
|
|
|
|
|
if (values.rentDirectId == 1) {
|
|
|
|
|
TotTableType.value = true
|
|
|
|
|
} else {
|
|
|
|
|
TotTableType.value = false
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
const [registerModal, { setModalProps, closeModal }] = useModalInner(async (data) => {
|
|
|
|
|
resetFields()
|
|
|
|
|
setModalProps({ confirmLoading: false, loading: true })
|
|
|
|
|
isUpdate.value = !!data?.isUpdate
|
|
|
|
|
activeKey.value = '1'
|
|
|
|
|
TotTableType.value = false
|
|
|
|
|
|
|
|
|
|
// Viewlist.value.splice(0)
|
|
|
|
|
list.value.splice(0)
|
|
|
|
|
if (unref(isUpdate)) {
|
|
|
|
@ -241,12 +231,12 @@
|
|
|
|
|
setFieldsValue({
|
|
|
|
|
...res.data,
|
|
|
|
|
})
|
|
|
|
|
submit()
|
|
|
|
|
|
|
|
|
|
GetListDetail()
|
|
|
|
|
// ViewlallCheck.value = false
|
|
|
|
|
// ViewlsomeCheck.value = false
|
|
|
|
|
// handleReset()
|
|
|
|
|
// GetViewListDetail('[]')
|
|
|
|
|
ViewlallCheck.value = false
|
|
|
|
|
ViewlsomeCheck.value = false
|
|
|
|
|
handleReset()
|
|
|
|
|
GetViewListDetail('[]')
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
rowId.value = ''
|
|
|
|
@ -254,17 +244,17 @@
|
|
|
|
|
setModalProps({ loading: false })
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
// function GetViewListDetail(queryCondition) {
|
|
|
|
|
// ApiDetailView({
|
|
|
|
|
// queryCondition,
|
|
|
|
|
// pageCondition: { pageIndex: 1, pageSize: 999, sortConditions: [] },
|
|
|
|
|
// }).then((res) => {
|
|
|
|
|
// Viewlist.value.splice(0)
|
|
|
|
|
// res.data.forEach((item) => {
|
|
|
|
|
// Viewlist.value.push(item)
|
|
|
|
|
// })
|
|
|
|
|
// })
|
|
|
|
|
// }
|
|
|
|
|
function GetViewListDetail(queryCondition) {
|
|
|
|
|
ApiDetailView({
|
|
|
|
|
queryCondition,
|
|
|
|
|
pageCondition: { pageIndex: 1, pageSize: 999, sortConditions: [] },
|
|
|
|
|
}).then((res) => {
|
|
|
|
|
Viewlist.value.splice(0)
|
|
|
|
|
res.data.forEach((item) => {
|
|
|
|
|
Viewlist.value.push(item)
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
function GetListDetail() {
|
|
|
|
|
ApiListDetail({
|
|
|
|
|
queryCondition: `[{ FieldName: 'Pid', FieldValue: '${rowId.value}', ConditionalType: 1 }]`,
|
|
|
|
@ -295,52 +285,52 @@
|
|
|
|
|
// notification.success({ message: res.message, duration: 3 })
|
|
|
|
|
// })
|
|
|
|
|
// }
|
|
|
|
|
// function Confirm() {
|
|
|
|
|
// let type: boolean = true
|
|
|
|
|
// let ApiData: any = {
|
|
|
|
|
// id: rowId.value,
|
|
|
|
|
// ids: [],
|
|
|
|
|
// }
|
|
|
|
|
// list.value.forEach((e: any, i) => {
|
|
|
|
|
// if (e.selected) {
|
|
|
|
|
// if (e.id) {
|
|
|
|
|
// ApiData.ids.push(e.id)
|
|
|
|
|
// } else {
|
|
|
|
|
// type = false
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// })
|
|
|
|
|
// if (type) {
|
|
|
|
|
// ApiConfirm(ApiData).then((res) => {
|
|
|
|
|
// notification.success({ message: res.message, duration: 3 })
|
|
|
|
|
// })
|
|
|
|
|
// } else {
|
|
|
|
|
// notification.success({ message: '请先保存明细表', duration: 3 })
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// function Cancel() {
|
|
|
|
|
// let type: boolean = true
|
|
|
|
|
// let ApiData: any = {
|
|
|
|
|
// id: rowId.value,
|
|
|
|
|
// ids: [],
|
|
|
|
|
// }
|
|
|
|
|
// list.value.forEach((e: any, i) => {
|
|
|
|
|
// if (e.selected) {
|
|
|
|
|
// if (e.id) {
|
|
|
|
|
// ApiData.ids.push(e.id)
|
|
|
|
|
// } else {
|
|
|
|
|
// type = false
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// })
|
|
|
|
|
// if (type) {
|
|
|
|
|
// ApiCancel(ApiData).then((res) => {
|
|
|
|
|
// notification.success({ message: res.message, duration: 3 })
|
|
|
|
|
// })
|
|
|
|
|
// } else {
|
|
|
|
|
// notification.success({ message: '请先保存明细表', duration: 3 })
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
function Confirm() {
|
|
|
|
|
let type: boolean = true
|
|
|
|
|
let ApiData: any = {
|
|
|
|
|
id: rowId.value,
|
|
|
|
|
ids: [],
|
|
|
|
|
}
|
|
|
|
|
list.value.forEach((e: any, i) => {
|
|
|
|
|
if (e.selected) {
|
|
|
|
|
if (e.id) {
|
|
|
|
|
ApiData.ids.push(e.id)
|
|
|
|
|
} else {
|
|
|
|
|
type = false
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
if (type) {
|
|
|
|
|
ApiConfirm(ApiData).then((res) => {
|
|
|
|
|
notification.success({ message: res.message, duration: 3 })
|
|
|
|
|
})
|
|
|
|
|
} else {
|
|
|
|
|
notification.success({ message: '请先保存明细表', duration: 3 })
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
function Cancel() {
|
|
|
|
|
let type: boolean = true
|
|
|
|
|
let ApiData: any = {
|
|
|
|
|
id: rowId.value,
|
|
|
|
|
ids: [],
|
|
|
|
|
}
|
|
|
|
|
list.value.forEach((e: any, i) => {
|
|
|
|
|
if (e.selected) {
|
|
|
|
|
if (e.id) {
|
|
|
|
|
ApiData.ids.push(e.id)
|
|
|
|
|
} else {
|
|
|
|
|
type = false
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
if (type) {
|
|
|
|
|
ApiCancel(ApiData).then((res) => {
|
|
|
|
|
notification.success({ message: res.message, duration: 3 })
|
|
|
|
|
})
|
|
|
|
|
} else {
|
|
|
|
|
notification.success({ message: '请先保存明细表', duration: 3 })
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
async function handleSave(exit) {
|
|
|
|
|
try {
|
|
|
|
|
const values = await validate()
|
|
|
|
@ -389,6 +379,7 @@
|
|
|
|
|
await setFieldsValue({
|
|
|
|
|
...res.data,
|
|
|
|
|
})
|
|
|
|
|
GetListDetail()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
const activeKey = ref('1')
|
|
|
|
@ -796,138 +787,136 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
//--------------------------------------- tab1 View ---------------------------------------
|
|
|
|
|
// const [
|
|
|
|
|
// registerSearchBoxForm,
|
|
|
|
|
// { resetFields: resetSearchBoxFields, validate: validateSearchBox },
|
|
|
|
|
// ] = useForm({
|
|
|
|
|
// labelWidth: 100,
|
|
|
|
|
// schemas: formSearchBoxSchema,
|
|
|
|
|
// showActionButtonGroup: false,
|
|
|
|
|
// submitFunc: submit,
|
|
|
|
|
// })
|
|
|
|
|
// const Viewlist = ref<any>([])
|
|
|
|
|
// // 全部勾选
|
|
|
|
|
// const ViewlallCheck = ref(false)
|
|
|
|
|
const [
|
|
|
|
|
registerSearchBoxForm,
|
|
|
|
|
{ resetFields: resetSearchBoxFields, validate: validateSearchBox },
|
|
|
|
|
] = useForm({
|
|
|
|
|
labelWidth: 100,
|
|
|
|
|
schemas: formSearchBoxSchema,
|
|
|
|
|
showActionButtonGroup: false,
|
|
|
|
|
})
|
|
|
|
|
const Viewlist = ref<any>([])
|
|
|
|
|
// 全部勾选
|
|
|
|
|
const ViewlallCheck = ref(false)
|
|
|
|
|
// 部分勾选
|
|
|
|
|
// const ViewlsomeCheck = ref(false)
|
|
|
|
|
// watchEffect(() => {
|
|
|
|
|
// // 全选
|
|
|
|
|
// if (ViewlallCheck.value) {
|
|
|
|
|
// Viewlist.value.forEach((item: any) => {
|
|
|
|
|
// item.selected = true
|
|
|
|
|
// })
|
|
|
|
|
// } else {
|
|
|
|
|
// // 取消全选
|
|
|
|
|
// Viewlist.value.forEach((item: any) => {
|
|
|
|
|
// item.selected = false
|
|
|
|
|
// })
|
|
|
|
|
// }
|
|
|
|
|
// })
|
|
|
|
|
// watch(
|
|
|
|
|
// Viewlist.value,
|
|
|
|
|
// (val) => {
|
|
|
|
|
// let a = 0
|
|
|
|
|
// let b = 0
|
|
|
|
|
// val.forEach((item: any) => {
|
|
|
|
|
// if (item.selected) {
|
|
|
|
|
// a += 1
|
|
|
|
|
// } else {
|
|
|
|
|
// b += 1
|
|
|
|
|
// }
|
|
|
|
|
// })
|
|
|
|
|
// if (a == 0) {
|
|
|
|
|
// ViewlallCheck.value = false
|
|
|
|
|
// }
|
|
|
|
|
// if (b == 0) {
|
|
|
|
|
// ViewlallCheck.value = true
|
|
|
|
|
// }
|
|
|
|
|
// if (a != 0 && b != 0) {
|
|
|
|
|
// ViewlsomeCheck.value = true
|
|
|
|
|
// } else {
|
|
|
|
|
// ViewlsomeCheck.value = false
|
|
|
|
|
// }
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// deep: true,
|
|
|
|
|
// },
|
|
|
|
|
// )
|
|
|
|
|
// const Viewsettings = {
|
|
|
|
|
// height: '163',
|
|
|
|
|
// readOnly: true,
|
|
|
|
|
// // autoWrapRow: true,
|
|
|
|
|
// // autoWrapCol: true,
|
|
|
|
|
// // 每行的高度
|
|
|
|
|
// rowHeights: 26,
|
|
|
|
|
// fixedColumnsLeft: 1,
|
|
|
|
|
// // 需要隐藏的列
|
|
|
|
|
// hiddenColumns: {
|
|
|
|
|
// columns: [1, 2, 3, 4, 5, 6, 7, 8],
|
|
|
|
|
// indicators: true,
|
|
|
|
|
// },
|
|
|
|
|
// // // 控制回车移动
|
|
|
|
|
// // enterMoves: 'row',
|
|
|
|
|
// // columnSorting: false,
|
|
|
|
|
// // // 如果通过复制或者填写校验出现错误,清空输入框
|
|
|
|
|
// // afterValidate: function (isValid, value, row, prop, source) {
|
|
|
|
|
// // if (!isValid) {
|
|
|
|
|
// // hotTb.value.hotInstance.setDataAtRowProp(row, prop, '')
|
|
|
|
|
// // }
|
|
|
|
|
// // },
|
|
|
|
|
// columns: columns,
|
|
|
|
|
// // 此行直接复制,必须(非商用)
|
|
|
|
|
// licenseKey: 'non-commercial-and-evaluation',
|
|
|
|
|
// // // 定义所有单元格发生变化的回调处理
|
|
|
|
|
// // async afterChange(changes, source) {},
|
|
|
|
|
// }
|
|
|
|
|
// function handleReset() {
|
|
|
|
|
// resetSearchBoxFields()
|
|
|
|
|
// handleSearch()
|
|
|
|
|
// }
|
|
|
|
|
// async function handleSearch() {
|
|
|
|
|
// const values = await validateSearchBox()
|
|
|
|
|
// console.log(values)
|
|
|
|
|
// let ApiData: any = []
|
|
|
|
|
// Object.keys(values).forEach((item) => {
|
|
|
|
|
// if (values[item]) {
|
|
|
|
|
// console.log(values[item].split(','))
|
|
|
|
|
const ViewlsomeCheck = ref(false)
|
|
|
|
|
watchEffect(() => {
|
|
|
|
|
// 全选
|
|
|
|
|
if (ViewlallCheck.value) {
|
|
|
|
|
Viewlist.value.forEach((item: any) => {
|
|
|
|
|
item.selected = true
|
|
|
|
|
})
|
|
|
|
|
} else {
|
|
|
|
|
// 取消全选
|
|
|
|
|
Viewlist.value.forEach((item: any) => {
|
|
|
|
|
item.selected = false
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
watch(
|
|
|
|
|
Viewlist.value,
|
|
|
|
|
(val) => {
|
|
|
|
|
let a = 0
|
|
|
|
|
let b = 0
|
|
|
|
|
val.forEach((item: any) => {
|
|
|
|
|
if (item.selected) {
|
|
|
|
|
a += 1
|
|
|
|
|
} else {
|
|
|
|
|
b += 1
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
if (a == 0) {
|
|
|
|
|
ViewlallCheck.value = false
|
|
|
|
|
}
|
|
|
|
|
if (b == 0) {
|
|
|
|
|
ViewlallCheck.value = true
|
|
|
|
|
}
|
|
|
|
|
if (a != 0 && b != 0) {
|
|
|
|
|
ViewlsomeCheck.value = true
|
|
|
|
|
} else {
|
|
|
|
|
ViewlsomeCheck.value = false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
deep: true,
|
|
|
|
|
},
|
|
|
|
|
)
|
|
|
|
|
const Viewsettings = {
|
|
|
|
|
height: '163',
|
|
|
|
|
readOnly: true,
|
|
|
|
|
// autoWrapRow: true,
|
|
|
|
|
// autoWrapCol: true,
|
|
|
|
|
// 每行的高度
|
|
|
|
|
rowHeights: 26,
|
|
|
|
|
fixedColumnsLeft: 1,
|
|
|
|
|
// 需要隐藏的列
|
|
|
|
|
hiddenColumns: {
|
|
|
|
|
columns: [1, 2, 3, 4, 5, 6, 7, 8],
|
|
|
|
|
indicators: true,
|
|
|
|
|
},
|
|
|
|
|
// // 控制回车移动
|
|
|
|
|
// enterMoves: 'row',
|
|
|
|
|
// columnSorting: false,
|
|
|
|
|
// // 如果通过复制或者填写校验出现错误,清空输入框
|
|
|
|
|
// afterValidate: function (isValid, value, row, prop, source) {
|
|
|
|
|
// if (!isValid) {
|
|
|
|
|
// hotTb.value.hotInstance.setDataAtRowProp(row, prop, '')
|
|
|
|
|
// }
|
|
|
|
|
// },
|
|
|
|
|
columns: columns,
|
|
|
|
|
// 此行直接复制,必须(非商用)
|
|
|
|
|
licenseKey: 'non-commercial-and-evaluation',
|
|
|
|
|
// // 定义所有单元格发生变化的回调处理
|
|
|
|
|
// async afterChange(changes, source) {},
|
|
|
|
|
}
|
|
|
|
|
function handleReset() {
|
|
|
|
|
resetSearchBoxFields()
|
|
|
|
|
handleSearch()
|
|
|
|
|
}
|
|
|
|
|
async function handleSearch() {
|
|
|
|
|
const values = await validateSearchBox()
|
|
|
|
|
console.log(values)
|
|
|
|
|
let ApiData: any = []
|
|
|
|
|
Object.keys(values).forEach((item) => {
|
|
|
|
|
if (values[item]) {
|
|
|
|
|
console.log(values[item].split(','))
|
|
|
|
|
|
|
|
|
|
// if (item == 'cntrno') {
|
|
|
|
|
// ApiData.push({ FieldName: item, FieldValue: values[item], ConditionalType: 15 })
|
|
|
|
|
// } else {
|
|
|
|
|
// ApiData.push({ FieldName: item, FieldValue: values[item], ConditionalType: 1 })
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// })
|
|
|
|
|
// GetViewListDetail(JSON.stringify(ApiData))
|
|
|
|
|
// }
|
|
|
|
|
// function ViewTableAdd() {
|
|
|
|
|
// let ApiData: any = { id: rowId.value, ids: [] }
|
|
|
|
|
// Viewlist.value.forEach((e: any, i) => {
|
|
|
|
|
// if (e.selected) {
|
|
|
|
|
// ApiData.ids.push(e.id)
|
|
|
|
|
// }
|
|
|
|
|
// })
|
|
|
|
|
// console.log(ApiData.ids)
|
|
|
|
|
// if (ApiData.ids.length) {
|
|
|
|
|
// ApiAddCtn(ApiData).then(async (res) => {
|
|
|
|
|
// if (res.succeeded) {
|
|
|
|
|
// const res: API.DataResult = await ApiInfo({ id: unref(rowId) })
|
|
|
|
|
// if (res.succeeded) {
|
|
|
|
|
// allCheck.value = false
|
|
|
|
|
// someCheck.value = false
|
|
|
|
|
// ViewlallCheck.value = false
|
|
|
|
|
// ViewlsomeCheck.value = false
|
|
|
|
|
// submit()
|
|
|
|
|
// GetListDetail()
|
|
|
|
|
// handleReset()
|
|
|
|
|
// GetViewListDetail('[]')
|
|
|
|
|
// }
|
|
|
|
|
// // getData(false)
|
|
|
|
|
// notification.success({ message: res.message, duration: 3 })
|
|
|
|
|
// }
|
|
|
|
|
// })
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
if (item == 'cntrno') {
|
|
|
|
|
ApiData.push({ FieldName: item, FieldValue: values[item], ConditionalType: 15 })
|
|
|
|
|
} else {
|
|
|
|
|
ApiData.push({ FieldName: item, FieldValue: values[item], ConditionalType: 1 })
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
GetViewListDetail(JSON.stringify(ApiData))
|
|
|
|
|
}
|
|
|
|
|
function ViewTableAdd() {
|
|
|
|
|
let ApiData: any = { id: rowId.value, ids: [] }
|
|
|
|
|
Viewlist.value.forEach((e: any, i) => {
|
|
|
|
|
if (e.selected) {
|
|
|
|
|
ApiData.ids.push(e.id)
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
console.log(ApiData.ids)
|
|
|
|
|
if (ApiData.ids.length) {
|
|
|
|
|
ApiAddCtn(ApiData).then(async (res) => {
|
|
|
|
|
if (res.succeeded) {
|
|
|
|
|
const res: API.DataResult = await ApiInfo({ id: unref(rowId) })
|
|
|
|
|
if (res.succeeded) {
|
|
|
|
|
allCheck.value = false
|
|
|
|
|
someCheck.value = false
|
|
|
|
|
ViewlallCheck.value = false
|
|
|
|
|
ViewlsomeCheck.value = false
|
|
|
|
|
GetListDetail()
|
|
|
|
|
handleReset()
|
|
|
|
|
GetViewListDetail('[]')
|
|
|
|
|
}
|
|
|
|
|
// getData(false)
|
|
|
|
|
notification.success({ message: res.message, duration: 3 })
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
//--------------------------------------- tab3 ---------------------------------------
|
|
|
|
|
// 应收传到应付的数据
|
|
|
|
|
const broReceiveData = ref([])
|
|
|
|
@ -947,13 +936,14 @@
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 15px;
|
|
|
|
|
}
|
|
|
|
|
// .SearchBox {
|
|
|
|
|
// display: flex;
|
|
|
|
|
// .Form {
|
|
|
|
|
// flex: 1;
|
|
|
|
|
// }
|
|
|
|
|
// .mt-4 {
|
|
|
|
|
// margin-left: 10px;
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
.SearchBox {
|
|
|
|
|
display: flex;
|
|
|
|
|
.Form {
|
|
|
|
|
flex: 1;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
.mt-4 {
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|