| | |
| | | <uni-td align="center">{{ item.carNum1 || '' }}</uni-td> |
| | | <uni-td><u-button text="选择" |
| | | type="primary" |
| | | :disabled="item.carNum == item.carNum1" |
| | | :disabled="item.carNum == item.carNum1&&!isRCSQ" |
| | | @click="yuYueBtnClick(item)"></u-button></uni-td> |
| | | </uni-tr> |
| | | </uni-table> |
| | |
| | | this.yuYueListParams.filedId = params.filedId; |
| | | this.yuYueListParams.deptId = params.deptId; |
| | | this.yuYueListParams.sendDate = params.sendDate; |
| | | this.yuYueListParams.coalName = params.coalName; |
| | | this.coalStatus = params.coalStatus; |
| | | this.tmId = params.tmId |
| | | }, |
| | |
| | | }) |
| | | }, 1500); |
| | | } else { |
| | | this.$u.toast(res.msg ? res.msg : '预约失败'); |
| | | // this.$u.toast(res.msg ? res.msg.replaceAll('<br/>',"\n").replaceAll(/\n/g, "\n").replaceAll(/\r/g, "\r") : '预约失败'); |
| | | uni.showModal({ |
| | | title: "提示", |
| | | content: res.msg || '预约失败', |
| | | confirmText: "确定", |
| | | showCancel: false, |
| | | }) |
| | | } |
| | | }) |
| | | }, |