333
This commit is contained in:
parent
bb5e4ed87a
commit
899bc122b1
|
|
@ -53,9 +53,9 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- 表单区域 -->
|
<!-- 表单区域 -->
|
||||||
<view class="form-item">
|
<view class="form-item" >
|
||||||
<text class="label">位置:</text>
|
<text class="label">位置:</text>
|
||||||
<input v-model="locationInfo" type="text" class="input worker-input" />
|
<input v-model="locationInfo" type="text" class="input worker-input" disabled />
|
||||||
</view>
|
</view>
|
||||||
<!-- 表单区域 -->
|
<!-- 表单区域 -->
|
||||||
<view class="form-item">
|
<view class="form-item">
|
||||||
|
|
@ -528,13 +528,13 @@
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (statusIndex.value === 0) {
|
// if (statusIndex.value === 0) {
|
||||||
uni.showToast({
|
// uni.showToast({
|
||||||
title: "请选择项目状态",
|
// title: "请选择项目状态",
|
||||||
icon: "error",
|
// icon: "error",
|
||||||
});
|
// });
|
||||||
return false;
|
// return false;
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user