Browse Source

报价管理

yuanchengman 2 năm trước cách đây
mục cha
commit
0632497106
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/modules/cus/quoted-add-or-update.vue

+ 2 - 2
src/views/modules/cus/quoted-add-or-update.vue

@@ -17,9 +17,9 @@
             >
               <el-option
                 v-for="item in coOption"
-                :key="item.value"
+                :key="item.coId"
                 :label="item.coCode + ' (' + item.customerName + ')'"
-                :value="item.coCode"
+                :value="item.coId"
               >
               </el-option>
             </el-select>