|
@@ -359,7 +359,7 @@ export default {
|
|
max={99999999}
|
|
max={99999999}
|
|
placeholder="请输入"
|
|
placeholder="请输入"
|
|
onBlur={(e) => _this.onCellBlur(e.target.value, row)}
|
|
onBlur={(e) => _this.onCellBlur(e.target.value, row)}
|
|
- style={{ width: '100%', color: row.qty >= row.unitQtyR ? '' : 'red' }}/>
|
|
|
|
|
|
+ />
|
|
: <span>{ row.qty }</span>
|
|
: <span>{ row.qty }</span>
|
|
)
|
|
)
|
|
}
|
|
}
|
|
@@ -517,6 +517,7 @@ export default {
|
|
if (data[i].promotionFlag == 'GIFT' && !!data[i].salesPromoDetailParentSn) {
|
|
if (data[i].promotionFlag == 'GIFT' && !!data[i].salesPromoDetailParentSn) {
|
|
this.disableSelectedRowKeys.push(data[i].id)
|
|
this.disableSelectedRowKeys.push(data[i].id)
|
|
}
|
|
}
|
|
|
|
+ // 正促是否一致
|
|
}
|
|
}
|
|
this.dataSource = data
|
|
this.dataSource = data
|
|
} else {
|
|
} else {
|