Commit f4046983 by 米嘉伟

补采,批量操作BUG

parent 86860d4b
......@@ -98,14 +98,14 @@
>
发查询
</div>
<button
<!-- <button
v-if="roleArr.includes('F-1-7')"
:class="this.disabled ? 'btn disabled ' : 'btn new'"
@click="isShowXzryBtn"
:disabled="disabled"
>
<i class="el-icon-plus"></i>新增人员
</button>
</button> -->
</div>
</div>
<!--四 -->
......@@ -742,6 +742,7 @@ export default {
if (this.multipleSelection.length === 0) {
this.$message.error("请选择需要添加到队列的数据!");
this.selectBoo = true;
this.isShowTip = true
} else {
this.rowData = this.multipleSelection;
this.isShowTjddl = true;
......@@ -760,6 +761,7 @@ export default {
if (this.multipleSelection.length === 0) {
this.$message.error("请选择需要导出FPTX的数据!");
this.selectBoo = true;
this.isShowTip = true
} else {
this.rowData = this.multipleSelection;
this.isShowDcftpx = true;
......@@ -788,6 +790,7 @@ export default {
if (this.multipleSelection.length === 0) {
this.$message.error("请选择需要关注的数据!");
this.selectBoo = true;
this.isShowTip = true
} else {
let arr = this.multipleSelection;
......@@ -872,6 +875,7 @@ export default {
if (this.multipleSelection.length === 0) {
this.$message.error("请选择需要发查询的数据!");
this.selectBoo = true;
this.isShowTip = true
} else {
this.rowData = this.multipleSelection;
this.isShowFcx = true;
......@@ -896,6 +900,7 @@ export default {
if (this.multipleSelection.length === 0) {
this.$message.error("请选择需要删除的数据!");
this.selectBoo = true;
this.isShowTip = true
return;
} else {
// this.$bus.emit('isBlur', true)
......
......@@ -896,7 +896,8 @@ export default {
//console.log("导出FPTX");
if (this.multipleSelection.length === 0) {
this.$message.error("请选择需要导出FPTX的数据!");
// this.selectBoo = true;
this.selectBoo = true;
this.isShowTip = true
} else if (this.multipleSelection.length === 1) {
this.rowData = this.multipleSelection;
this.isShowDcftpx = true;
......@@ -921,6 +922,7 @@ export default {
if (this.multipleSelection.length === 0) {
this.$message.error("请选择需要导出FPTX的数据!");
this.selectBoo = true
this.isShowTip = true
} else if (this.multipleSelection.length === 1) {
this.rowData = this.multipleSelection;
console.log(this.rowData, 1122333)
......@@ -939,6 +941,7 @@ export default {
if (this.multipleSelection.length === 0) {
this.$message.error("请选择需要添加到队列的数据!");
this.selectBoo = true;
this.isShowTip = true
} else {
if (this.showType == 1) {
this.type = "ry"
......@@ -963,6 +966,7 @@ export default {
if (this.multipleSelection.length === 0) {
this.$message.error("请选择需要删除的数据!");
this.selectBoo = true;
this.isShowTip = true
return;
} else {
// this.$bus.emit('isBlur', true)
......@@ -1047,6 +1051,7 @@ export default {
if (this.multipleSelection.length === 0) {
this.$message.error("请选择需要发查询的数据!");
this.selectBoo = true;
this.isShowTip = true
} else {
if (this.showType == 1) {
this.type = "ry"
......
......@@ -539,6 +539,8 @@ export default {
if (this.multipleSelection.length === 0) {
this.$message.error("请选择需要删除的数据!");
this.selectBoo = true
this.isShowTip = true
this.disabled = true;
return;
} else {
this.$confirm('是否确认删除?', '提示')
......@@ -619,6 +621,8 @@ export default {
if (this.multipleSelection.length === 0) {
this.$message.error("请选择需要复制条码号的数据!");
this.selectBoo = true
this.isShowTip = true
this.disabled = true;
} else {
self.multipleSelection.forEach(item => {
self.ysxtAsjbh.push(item.ysxtAsjbh);
......@@ -636,6 +640,8 @@ export default {
if (this.multipleSelection.length === 0) {
this.$message.error("请选择需要导出FPTX的数据!");
this.selectBoo = true
this.isShowTip = true
this.disabled = true;
} else {
this.rowData = this.multipleSelection;
this.isShowDcfptx1 = true;
......@@ -671,6 +677,8 @@ export default {
if (this.multipleSelection.length === 0) {
this.$message.error("请选择需要添加到队列的数据!");
this.selectBoo = true
this.isShowTip = true
this.disabled = true;
} else {
this.rowData = this.multipleSelection
this.isShowTjddl = true;
......@@ -688,6 +696,8 @@ export default {
if (this.multipleSelection.length === 0) {
this.$message.error("请选择需要关注的数据!");
this.selectBoo = true
this.isShowTip = true
this.disabled = true;
} else {
let arr = this.multipleSelection
for (var i = 0; i < arr.length; i++) {
......@@ -768,6 +778,8 @@ export default {
if (this.multipleSelection.length === 0) {
this.$message.error("请选择需要发查询的数据!");
this.selectBoo = true
this.isShowTip = true
this.disabled = true;
} else {
this.rowData = this.multipleSelection
this.isShowFcx = true;
......
......@@ -230,6 +230,12 @@
<div class='czBtn cg'>/</div>
</div>
<div
v-else-if="scope.row.inspectionFlag==3"
class='czBtn shBtn'
>
补采
</div>
<div
v-else
@click="goShenHe(scope.row)"
>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment