|
|
@@ -83,6 +83,7 @@
|
|
|
v-model="scope.row.batchStockId"
|
|
|
clearable
|
|
|
placeholder="请选择"
|
|
|
+ :disabled="scope.row.isLockSaleOrder == 1"
|
|
|
@change="batchNoChange(scope.$index, scope.row)"
|
|
|
>
|
|
|
<el-option
|
|
|
@@ -213,6 +214,7 @@
|
|
|
<el-select
|
|
|
v-model="scope.row.warehouseId"
|
|
|
clearable
|
|
|
+ :disabled="scope.row.isLockSaleOrder == 1"
|
|
|
placeholder="请选择"
|
|
|
@change="warehouseChange(scope.$index, scope.row, true)"
|
|
|
>
|