diff --git a/anrui-scm/anrui-scm-ui/src/views/supplychain/hegezhengpandianjilu/hegezhengpandianjilu.vue b/anrui-scm/anrui-scm-ui/src/views/supplychain/hegezhengpandianjilu/hegezhengpandianjilu.vue index 8f836c1509..cd772dbb78 100644 --- a/anrui-scm/anrui-scm-ui/src/views/supplychain/hegezhengpandianjilu/hegezhengpandianjilu.vue +++ b/anrui-scm/anrui-scm-ui/src/views/supplychain/hegezhengpandianjilu/hegezhengpandianjilu.vue @@ -182,7 +182,7 @@ export default { useOrg: '', // 使用组织 listQuery: { current: 1, - size: 10, + size: 5, total: 0, params: { certNo: '', // 合格证编号 @@ -296,7 +296,7 @@ export default { resetQuery() { this.listQuery = { current: 1, - size: 10, + size: 5, total: 0, params: { certNo: '', // 合格证编号 diff --git a/anrui-scm/anrui-scm-ui/src/views/supplychain/hegezhengpandianjilu/hegezhengpandianjiluAdd.vue b/anrui-scm/anrui-scm-ui/src/views/supplychain/hegezhengpandianjilu/hegezhengpandianjiluAdd.vue index d37c8a2cec..a07f1eae52 100644 --- a/anrui-scm/anrui-scm-ui/src/views/supplychain/hegezhengpandianjilu/hegezhengpandianjiluAdd.vue +++ b/anrui-scm/anrui-scm-ui/src/views/supplychain/hegezhengpandianjilu/hegezhengpandianjiluAdd.vue @@ -21,7 +21,7 @@ - + @@ -208,7 +208,7 @@ export default { this.temp.inventorySid = bb.sid }, handleAffirm(row) { - if (this.temp.inventoryName === '') { + if (this.temp.inventoryName === '' || this.temp.inventoryName === null || this.temp.inventoryName === undefined) { this.$message({ showClose: true, type: 'error', message: '请选择盘点人员' }) return }