|
|
@@ -300,7 +300,7 @@
|
|
|
type="number"
|
|
|
:min="0"
|
|
|
@input="changeCount(scope.row, scope.$index)"
|
|
|
- :disabled="clientEnvironmentId!=4"
|
|
|
+ :disabled="clientEnvironmentId==4"
|
|
|
>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
@@ -314,7 +314,7 @@
|
|
|
v-model="scope.row.saleUnitId"
|
|
|
style="width: 100%"
|
|
|
@change="changeCount(scope.row, scope.$index)"
|
|
|
- :disabled="clientEnvironmentId!=4"
|
|
|
+ :disabled="clientEnvironmentId==4"
|
|
|
|
|
|
>
|
|
|
<el-option
|