|
@@ -344,7 +344,7 @@ export default {
|
|
|
}
|
|
|
// 转采购额数量输入框
|
|
|
const inputFormat1 = function (record, data, h) {
|
|
|
- if (record.unpushedQty >= 0 && record.convertPromoGiftsFlag) {
|
|
|
+ if (record.unpushedQty >= 0 && record.convertPromoGiftsFlag == 1) {
|
|
|
// 已选
|
|
|
if (_this.selectedRowKeys.includes(record.id)) {
|
|
|
return (
|