加入提示

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