| | |
| | | * @Author: liu |
| | | * @Date: 2021-08-26 16:22:20 |
| | | * @Last Modified by: liu |
| | | * @Last Modified time: 2021-11-25 18:39:39 |
| | | * @Last Modified time: 2021-11-25 18:49:29 |
| | | */ |
| | | |
| | | <template> |
| | |
| | | @click.stop="rowDel(row)" |
| | | v-if="row.stateOur == '0'" |
| | | >许可审批 |
| | | </el-button> |
| | | <el-button |
| | | icon="el-icon-edit" |
| | | :size="size" |
| | | :type="type" |
| | | v-if=" |
| | | row.stateOur != '0' && |
| | | !( |
| | | row.papprove == '1' && |
| | | row.xapprove == '1' && |
| | | row.sapprove == '1' |
| | | ) |
| | | " |
| | | @click.stop="rowSee(row)" |
| | | >审批查询 |
| | | </el-button> |
| | | <el-button |
| | | icon="el-icon-edit" |
| | |
| | | .toJSON() |
| | | .substr(0, 19) |
| | | .replace("T", " "); |
| | | // console.log(date); |
| | | console.log(this.user_name); |
| | | // return; |
| | | this.dialogVisiblecc = false; |
| | | if (this.user_name == "派") { |
| | |
| | | .replace("T", " "); |
| | | this.xukezData.type = type == "0" ? "0" : "1"; // 为了保持审核系统识别 |
| | | } |
| | | // console.log(this.xukezData); |
| | | console.log(this.xukezData); |
| | | // return; |
| | | update(this.xukezData).then((res) => { |
| | | console.log(res); |
| | |
| | | this.dialogVisiblecc = true; |
| | | this.xukezData = row; |
| | | }, |
| | | closecc() { |
| | | this.xukezData.type = "0"; |
| | | this.dialogVisiblecc = false; |
| | | this.xukezData["approve"] = this.textareaShenpi; |
| | | console.log(this.xukezData); |
| | | update(this.xukezData); |
| | | this.textareaShenpi = ""; |
| | | }, |
| | | subcc() { |
| | | this.xukezData.type = "1"; |
| | | this.dialogVisiblecc = false; |
| | | this.xukezData["approve"] = this.textareaShenpi; |
| | | update(this.xukezData); |
| | | this.textareaShenpi = ""; |
| | | }, |
| | | // closecc() { |
| | | // this.xukezData.type = "0"; |
| | | // this.dialogVisiblecc = false; |
| | | // this.xukezData["approve"] = this.textareaShenpi; |
| | | // console.log(this.xukezData); |
| | | // update(this.xukezData); |
| | | // this.textareaShenpi = ""; |
| | | // }, |
| | | // subcc() { |
| | | // this.xukezData.type = "1"; |
| | | // this.dialogVisiblecc = false; |
| | | // this.xukezData["approve"] = this.textareaShenpi; |
| | | // update(this.xukezData); |
| | | // this.textareaShenpi = ""; |
| | | // }, |
| | | |
| | | viewLicense(row) { |
| | | //查看许可证 |