lilei 2 年之前
父節點
當前提交
7c46aa3e55
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/allocationManagement/transferOut/edit.vue

+ 1 - 1
src/views/allocationManagement/transferOut/edit.vue

@@ -248,7 +248,7 @@
                     <a-select-option v-if="loadDataSource&&loadDataSource[index]&&loadDataSource[index].specialPrice" :value="loadDataSource[index].specialPrice" :key="'C-'+loadDataSource[index].productSn" :label="loadDataSource[index].specialPrice">C价 {{ loadDataSource[index].specialPrice }}</a-select-option>
                   </a-select>
                 </div>
-                <span v-else>{{ record.price }}</span>
+                <span v-else>{{ toThousands(record.price) }}</span>
               </template>
               <!-- 调出数量 -->
               <template slot="qty" slot-scope="text, record">