|
@@ -598,15 +598,15 @@
|
|
|
btn_click(index, air_ip, name, info, order_num, time) {
|
|
btn_click(index, air_ip, name, info, order_num, time) {
|
|
|
// console.log(index, air_ip, name, info, order_num, time);
|
|
// console.log(index, air_ip, name, info, order_num, time);
|
|
|
var _this = this;
|
|
var _this = this;
|
|
|
- if (time === this.time_string) {
|
|
|
|
|
- uni.showModal({
|
|
|
|
|
- title: '提示',
|
|
|
|
|
- content: '其他人员使用中,你不能关闭!',
|
|
|
|
|
- confirmText: '好的',
|
|
|
|
|
- showCancel: false
|
|
|
|
|
- })
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (time === this.time_string) {
|
|
|
|
|
+ // uni.showModal({
|
|
|
|
|
+ // title: '提示',
|
|
|
|
|
+ // content: '其他人员使用中,你不能关闭!',
|
|
|
|
|
+ // confirmText: '好的',
|
|
|
|
|
+ // showCancel: false
|
|
|
|
|
+ // })
|
|
|
|
|
+ // return;
|
|
|
|
|
+ // }
|
|
|
|
|
|
|
|
let tmp = name.split('-');
|
|
let tmp = name.split('-');
|
|
|
let build = tmp[1],
|
|
let build = tmp[1],
|