设备库存,园区设备管理,设备保修信息提交

master
zengchenxi 3 months ago
parent f9bbecd655
commit fb2063466e

@ -287,7 +287,7 @@ export default {
if (this.dataForm.userCode == null || this.dataForm.userName == null || if (this.dataForm.userCode == null || this.dataForm.userName == null ||
this.dataForm.phone == null || this.dataForm.userAscription == null || this.dataForm.idCard == null this.dataForm.phone == null || this.dataForm.userAscription == null || this.dataForm.idCard == null
|| this.dataForm.effectiveStartTime == null || this.dataForm.effectiveEndTime == null|| this.dataForm.entryCodes == null) { || this.dataForm.effectiveStartTime == null || this.dataForm.effectiveEndTime == null|| this.dataForm.entryCodes == null) {
this.$message.error('请完善设备必填信息'); this.$message.error('请完善必填信息');
return return
} }
let qrCodeJsonString = JSON.stringify(this.dataForm); let qrCodeJsonString = JSON.stringify(this.dataForm);

Loading…
Cancel
Save