Compare commits
2 Commits
b4e43d641a
...
caaa1571d4
| Author | SHA1 | Date | |
|---|---|---|---|
| caaa1571d4 | |||
| 1b6a6f5c19 |
@ -239,7 +239,7 @@ const handleLogout = () => {
|
|||||||
<footer v-if="!isLoginPage" class="app-footer">
|
<footer v-if="!isLoginPage" class="app-footer">
|
||||||
<span class="version-tag">
|
<span class="version-tag">
|
||||||
<el-icon style="vertical-align: middle; margin-right: 4px"><InfoFilled /></el-icon>
|
<el-icon style="vertical-align: middle; margin-right: 4px"><InfoFilled /></el-icon>
|
||||||
当前版本:V3.84
|
当前版本:V3.85
|
||||||
</span>
|
</span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|||||||
@ -122,7 +122,7 @@
|
|||||||
<el-divider content-position="left">还库确认</el-divider>
|
<el-divider content-position="left">还库确认</el-divider>
|
||||||
|
|
||||||
<div style="margin-bottom: 10px; font-size: 14px; color: #606266; padding: 0 10px;">
|
<div style="margin-bottom: 10px; font-size: 14px; color: #606266; padding: 0 10px;">
|
||||||
请库管员在此签字确认入库:
|
请领用人在此签字确认还库:
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<el-form label-position="top">
|
<el-form label-position="top">
|
||||||
@ -155,7 +155,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div v-else class="unsigned-placeholder">
|
<div v-else class="unsigned-placeholder">
|
||||||
<el-icon :size="24"><EditPen /></el-icon>
|
<el-icon :size="24"><EditPen /></el-icon>
|
||||||
<span>点击此处进行库管签名</span>
|
<span>点击此处进行领用人签名</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-else class="signature-box" style="background-color: #f5f5f5; cursor: not-allowed;">
|
<div v-else class="signature-box" style="background-color: #f5f5f5; cursor: not-allowed;">
|
||||||
@ -388,7 +388,7 @@ const preSubmitCheck = async () => {
|
|||||||
if (returnList.value.length === 0) return
|
if (returnList.value.length === 0) return
|
||||||
|
|
||||||
if (!signatureFile.value) {
|
if (!signatureFile.value) {
|
||||||
ElMessage.error('库管必须签字确认')
|
ElMessage.error('领用人必须签字确认')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user