加入提示

加入未选单位提示
This commit is contained in:
471615499@qq.com 2024-09-28 17:46:21 +08:00
parent d397749fbf
commit f0f0bb0c8e

View File

@ -260,14 +260,14 @@ Page({
});
return;
}
// if (_this.data.detail.orderName == '') {
// // 错误提示
// Notify({
// type: 'danger',
// message: '无队名单位!'
// });
// return;
// }
if (_this.data.detail.depName == '' || _this.data.detail.depId == '') {
// 错误提示
Notify({
type: 'danger',
message: '请选择单位!'
});
return;
}
if (!_this.data.detail.orderUser || _this.data.detail.orderUser === '') {
// 错误提示
Notify({
@ -351,7 +351,7 @@ Page({
onShow() {
console.log('onShow');
let _this = this
console.log(this.data)
// console.log(this.data)
},
/**