lilei 8 hours ago
parent
commit
053d94c421
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/salesManagement/waitDispatchNew/queryPart.vue

+ 1 - 1
src/views/salesManagement/waitDispatchNew/queryPart.vue

@@ -344,7 +344,7 @@ export default {
       }
       }
       // 转采购额数量输入框
       // 转采购额数量输入框
       const inputFormat1 = function (record, data, h) {
       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)) {
           if (_this.selectedRowKeys.includes(record.id)) {
             return (
             return (