|
@@ -308,6 +308,7 @@
|
|
|
placeholder="请输入"
|
|
placeholder="请输入"
|
|
|
type="number"
|
|
type="number"
|
|
|
:min="0"
|
|
:min="0"
|
|
|
|
|
+ :disabled="sourceType == 4"
|
|
|
@input="changeCount(scope.row, scope.$index, false)"
|
|
@input="changeCount(scope.row, scope.$index, false)"
|
|
|
>
|
|
>
|
|
|
<template slot="append">
|
|
<template slot="append">
|
|
@@ -315,7 +316,7 @@
|
|
|
v-model="scope.row.saleUnitId"
|
|
v-model="scope.row.saleUnitId"
|
|
|
style="width: 80px"
|
|
style="width: 80px"
|
|
|
@change="changeCount(scope.row, scope.$index)"
|
|
@change="changeCount(scope.row, scope.$index)"
|
|
|
- :disabled="clientEnvironmentId == 4"
|
|
|
|
|
|
|
+ :disabled="clientEnvironmentId == 4 || sourceType == 4"
|
|
|
>
|
|
>
|
|
|
<el-option
|
|
<el-option
|
|
|
:label="item.conversionUnit"
|
|
:label="item.conversionUnit"
|