Bladeren bron

文字修改

逆水行舟 3 weken geleden
bovenliggende
commit
cd20ba0bc6

+ 1 - 1
src/views/oms/B2COrder/components/orderTable.vue

@@ -15,7 +15,7 @@
     </vxe-column>
     <vxe-column field="innerId" title="内部订单号(聚水潭)" width="140"> </vxe-column>
     <vxe-column title="分销商" width="140"> </vxe-column>
-    <vxe-column field="distributorNo" title="分销商订单号" width="140"> </vxe-column>
+    <vxe-column field="distributorNo" title="分销商号" width="140"> </vxe-column>
     <vxe-column field="rawSourceId" title="线上订单号" width="140"> </vxe-column>
     <vxe-column field="isSubmitted" title="审核状态" width="100">
       <template #default="{ row }">

+ 2 - 2
src/views/oms/B2COrder/components/syncDistributor.vue

@@ -2,8 +2,8 @@
     <vxe-modal v-model="value" id="syncOrder" width="500" v-loading="load" @hide="hide" height="300" show-footer
         title="同步订单(分销商)">
         <el-form ref="form" :model="form" label-width="100px">
-            <el-form-item label="店铺" prop="shopId">
-                <el-select v-model="form.channelCompanyId" placeholder="请选择店铺">
+            <el-form-item label="分销商" prop="shopId">
+                <el-select v-model="form.channelCompanyId" placeholder="请选择分销商">
                     <el-option v-for="(item, index) in shopList" :label="item.companyName"
                         :value="item.channelCompanyId"></el-option>
                 </el-select>