fix:出库分配页面打不开bug修改
This commit is contained in:
@@ -214,13 +214,12 @@
|
|||||||
</el-button>-->
|
</el-button>-->
|
||||||
<el-button
|
<el-button
|
||||||
slot="left"
|
slot="left"
|
||||||
v-if="this.mstrow.bill_type !== '1011'"
|
v-if="this.mstrow.bill_type !== '1011' || mstrow.stor_id !== '1582991156504039455'"
|
||||||
class="filter-item"
|
class="filter-item"
|
||||||
:loading="loadingSetPoint"
|
:loading="loadingSetPoint"
|
||||||
type="warning"
|
type="warning"
|
||||||
icon="el-icon-check"
|
icon="el-icon-check"
|
||||||
size="mini"
|
size="mini"
|
||||||
v-if="mstrow.stor_id !== '1582991156504039455'"
|
|
||||||
:disabled="button4"
|
:disabled="button4"
|
||||||
@click="oneSetPoint2"
|
@click="oneSetPoint2"
|
||||||
>
|
>
|
||||||
@@ -228,13 +227,12 @@
|
|||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
slot="left"
|
slot="left"
|
||||||
v-if="this.mstrow.bill_type !== '1011'"
|
v-if="this.mstrow.bill_type !== '1011' || mstrow.stor_id !== '1582991156504039455'"
|
||||||
class="filter-item"
|
class="filter-item"
|
||||||
:loading="loadingSetAllPoint"
|
:loading="loadingSetAllPoint"
|
||||||
type="warning"
|
type="warning"
|
||||||
icon="el-icon-check"
|
icon="el-icon-check"
|
||||||
:disabled="button5"
|
:disabled="button5"
|
||||||
v-if="mstrow.stor_id !== '1582991156504039455'"
|
|
||||||
size="mini"
|
size="mini"
|
||||||
@click="allSetPoint"
|
@click="allSetPoint"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user