Explorar el Código

现货交期字段取值修改

yangc hace 7 años
padre
commit
063ddd6d31
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      components/applyPurchase/BatchPublish.vue

+ 1 - 1
components/applyPurchase/BatchPublish.vue

@@ -98,7 +98,7 @@
                   <tbody>
                   <tr v-for="(spotGoods, index) in spotGoodsData">
                     <td width="214" v-text="spotGoods.storeName"></td>
-                    <td width="83" class="red-text" v-text="spotGoods.minDelivery + '-' + spotGoods.maxDelivery">4-6</td>
+                    <td width="83" class="red-text" v-text="spotGoods.b2cMinDelivery + '-' + spotGoods.b2cMaxDelivery">4-6</td>
                     <td width="104" class="red-text" v-text="spotGoods.currencyName == 'RMB' ? '¥' + spotGoods.prices[0].rMBPrice: '&' + spotGoods.prices[0].uSDPrice"></td>
                     <td width="137" v-text="spotGoods.produceDate"></td>
                     <td width="111" v-text="spotGoods.reserve">21412</td>