Browse Source

修改bug

chenrui 1 year ago
parent
commit
1a37eaddcb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/inventoryManagement/inventoryImport/detailList.vue

+ 1 - 1
src/views/inventoryManagement/inventoryImport/detailList.vue

@@ -50,7 +50,7 @@
         款数:<strong>{{ (countInfo || countInfo==0) ? countInfo : '--' }}</strong>;
         数量:<strong>{{ (totalData && (totalData.putQty || totalData.putQty==0)) ? totalData.putQty : '--' }}</strong>;
         <div v-if="$hasPermissions('M_ShowAllCost')" style="display: inline-block;">
-          成本:<strong>{{ (totalData && (totalData.cost || totalData.cost==0)) ? toThousands(totalData.cost) : '--' }}</strong>。
+          成本:<strong>{{ (totalData && (totalData.cost || totalData.cost==0)) ? toThousands(totalData.cost) : '--' }}</strong>。
         </div>
       </div>
     </a-alert>