@ -207,7 +207,7 @@ const handleClose = async (id: number) => {
/** 详情操作 */
const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => {
detailRef.value.openDetail(row, titleName, titleValue)
detailRef.value.openDetail(row, titleName, titleValue,'jobInspectMain')
}
/** 导出按钮操作 */
@ -136,7 +136,7 @@ const buttonTableClick = async (val, row) => {
detailRef.value.openDetail(row, titleName, titleValue,'recordInspectMain')
@ -260,7 +260,7 @@
const openDetail = (row : any, titleName : any, titleValue : any) => {
detailRef.value.openDetail(row, titleName, titleValue,'requestInspectMain')
/** 删除按钮操作 */
@ -199,7 +199,7 @@ const handleClose = async (id: number) => {
detailRef.value.openDetail(row, titleName, titleValue,'jobPurchasereceiptMain')
@ -133,7 +133,7 @@ const buttonTableClick = async (val, row) => {
detailRef.value.openDetail(row, titleName, titleValue,'recordPurchasereceiptMain')
@ -223,7 +223,7 @@ const openForm =async (type: string, row?: number) => {
detailRef.value.openDetail(row, titleName, titleValue,'requestPurchasereceiptMain')
/** 关闭按钮操作 */
detailRef.value.openDetail(row, titleName, titleValue,'jobPurchasereturnMain')
@ -130,7 +130,7 @@ const buttonTableClick = async (val, row) => {
detailRef.value.openDetail(row, titleName, titleValue,'recordPurchasereturnMain')
@ -383,7 +383,7 @@ const openForm = async (type: string, row?: number) => {
detailRef.value.openDetail(row, titleName, titleValue,'requestPurchasereturnMain')
@ -197,7 +197,7 @@ const buttonTableClick = async (val, row) => {
detailRef.value.openDetail(row, titleName, titleValue,'jobPutawayMain')
detailRef.value.openDetail(row, titleName, titleValue,'recordPutawayMain')
@ -290,7 +290,7 @@ const handleSubmit = async (id: number) => {
detailRef.value.openDetail(row, titleName, titleValue,'requestPutawayMain')
@ -225,7 +225,7 @@ const openForm =async (type: string, row?: number) => {
detailRef.value.openDetail(row, titleName, titleValue,'planDemandforecastingMain')
@ -196,7 +196,7 @@
detailRef.value.openDetail(row, titleName, titleValue,'orderPurchaseMain')
@ -227,7 +227,7 @@
detailRef.value.openDetail(row, titleName, titleValue,'planPurchaseMain')
@ -195,7 +195,7 @@ const openForm =async (type: string, row?: number) => {
detailRef.value.openDetail(row, titleName, titleValue,'supplierPackage')
@ -132,7 +132,7 @@ const buttonTableClick = async (val, row) => {
detailRef.value.openDetail(row, titleName, titleValue,'recordSupplierdeliverMain')
@ -311,7 +311,7 @@ const buttonTableClick = async (val, row) => {
detailRef.value.openDetail(row, titleName, titleValue,'requestSupplierdeliverMain')
//添加/修改操作
const formRef = ref()