+
@@ -33,7 +33,7 @@
{{ scope.row.姓名 }}
-
+
{{ scope.row.领料单备注 }}
diff --git a/src/views/Inventory/PickingListApproval/index.vue b/src/views/Inventory/PickingListApproval/index.vue
index c851bc39..2e129bf3 100644
--- a/src/views/Inventory/PickingListApproval/index.vue
+++ b/src/views/Inventory/PickingListApproval/index.vue
@@ -171,6 +171,10 @@ export default {
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
+ if (this.pickListTable2.length === 0) {
+ this.$message.error('空领料单,不能审批!')
+ return
+ }
const param = {
url: '',
method: 'post',