fix:批量喷码交叉预防
This commit is contained in:
parent
01f8fb6665
commit
4ae27d8693
|
|
@ -15,14 +15,14 @@
|
||||||
<el-button
|
<el-button
|
||||||
v-if="mgroupName=='喷码'"
|
v-if="mgroupName=='喷码'"
|
||||||
type="success"
|
type="success"
|
||||||
:disabled="selectedRows.length === 0"
|
:disabled="selectedRows.length === 0||batchCoderLoading2"
|
||||||
:loading="batchCoderLoading"
|
:loading="batchCoderLoading"
|
||||||
@click="batchSendToCoder"
|
@click="batchSendToCoder"
|
||||||
>批量喷数字码</el-button>
|
>批量喷数字码</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
v-if="mgroupName=='喷码'"
|
v-if="mgroupName=='喷码'"
|
||||||
type="primary"
|
type="primary"
|
||||||
:disabled="selectedRows.length === 0"
|
:disabled="selectedRows.length === 0||batchCoderLoading"
|
||||||
:loading="batchCoderLoading2"
|
:loading="batchCoderLoading2"
|
||||||
@click="batchSendToCoder2"
|
@click="batchSendToCoder2"
|
||||||
>批量喷二维码</el-button>
|
>批量喷二维码</el-button>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue