lilei 1 ay önce
ebeveyn
işleme
053d94c421

+ 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 (