feat:归库时间格式化
This commit is contained in:
@@ -124,6 +124,7 @@ async function getSampleDetail() {
|
||||
let btnLoading = ref(false)
|
||||
function handlePrint() {
|
||||
btnLoading.value = true
|
||||
sampleData.value.returnTime = nx.$dayjs(sampleData.value.returnTime).format('YYYY-MM-DD')
|
||||
nx.$print.print({ ...sampleData.value, printTemplate: 'returnLabel' })
|
||||
btnLoading.value = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user