Explorar o código

fix:放开入库人校验

maliang hai 4 días
pai
achega
b056e19b84
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      jshERP-web/src/views/bill/modules/OtherInModal.vue

+ 1 - 1
jshERP-web/src/views/bill/modules/OtherInModal.vue

@@ -375,7 +375,7 @@ export default {
             width: '120px',
             type: FormTypes.slot,
             slotName: 'warehousingUser',
-            validateRules: [{ required: true, message: '入库人不能为空' }],
+            // validateRules: [{ required: true, message: '入库人不能为空' }],
           },
           { title: '入库时间', key: 'warehousingTime', width: '200px', type: FormTypes.date },
           { title: '备注', key: 'remark', width: '200px', type: FormTypes.input },