弹窗bug修复
This commit is contained in:
parent
6e3d5c89aa
commit
4f3b0b4ad4
|
|
@ -782,7 +782,7 @@ const pickUpView = async(item: any) => {
|
|||
const confirmReceipt = () => {
|
||||
pickUpCodeFormRef.value.validate((valid:any) => {
|
||||
if (valid) {
|
||||
ElMessageBox.confirm('是否确定收货?', {
|
||||
ElMessageBox.confirm('是否确定出库?', {
|
||||
confirmButtonText: '确定',
|
||||
cancelButtonText: '取消',
|
||||
type: 'warning',
|
||||
|
|
|
|||
Loading…
Reference in New Issue