Procházet zdrojové kódy

货运公司改为业务公司

Qukatie před 10 měsíci
rodič
revize
76f577b5a1

+ 1 - 1
src/views/tirePartsMall/basicData/sharedSales/detailsPage.vue

@@ -686,7 +686,7 @@ export default {
                     },
                     value: '物流',
                 }, {
-                    label: '货运公司',
+                    label: '业务公司',
                     type: 'select',
                     prop: "logisticsCorpName",
                     allowCreate: true,

+ 2 - 2
src/views/tirePartsMall/pointsMall/pointsOrder/detailsPage.vue

@@ -608,7 +608,7 @@ export default {
                     value: '物流',
                 },
                 {
-                    label: '货运公司',
+                    label: '业务公司',
                     type: 'select',
                     prop: "logisticsCorpName",
                     allowCreate: true,
@@ -1573,7 +1573,7 @@ export default {
             if (type == '确认发货') {
 
                 if (!this.form.logisticsCorpName || !this.form.expressNo) {
-                    return this.$message.error("请完善货运公司和货运单号");
+                    return this.$message.error("请完善业务公司和货运单号");
                 }
                 if (this.form.orderItemsList.length == 0) {
                     this.$message.warning("请添加商品");

+ 1 - 1
src/views/tirePartsMall/productionManagement/productionPicking/detailsPage.vue

@@ -556,7 +556,7 @@ export default {
           dicUrl: '/api/blade-system/dict-biz/dictionary?code=deliveryMethod'
         },
         {
-          label: '货运公司',
+          label: '业务公司',
           prop: "logisticsCorpName",
           type: 'select',
           disabled: false,

+ 1 - 1
src/views/tirePartsMall/purchaseService/outStorage/detailsPage.vue

@@ -209,7 +209,7 @@ export default {
           dicUrl: '/api/blade-system/dict-biz/dictionary?code=deliveryMethod'
         },
         {
-          label: '货运公司',
+          label: '业务公司',
           prop: "logisticsCorpName",
           type: 'select',
           disabled: false,

+ 2 - 2
src/views/tirePartsMall/purchaseService/outStorage/index.vue

@@ -74,8 +74,8 @@
               </el-option>
             </el-select>
           </el-form-item>
-          <el-form-item label="货运公司" label-width="100px">
-            <el-select v-model="dialogForm.logisticsCorpName" filterable allow-create default-first-option style="width: 90%;" placeholder="请选择货运公司">
+          <el-form-item label="业务公司" label-width="100px">
+            <el-select v-model="dialogForm.logisticsCorpName" filterable allow-create default-first-option style="width: 90%;" placeholder="请选择业务公司">
               <el-option
                 v-for="item in courierList"
                 :key="item.dictKey"

+ 1 - 1
src/views/tirePartsMall/salesManagement/outboundWorkOrder/detailsPage.vue

@@ -225,7 +225,7 @@ export default {
           dicUrl: '/api/blade-system/dict-biz/dictionary?code=deliveryMethod'
         },
         {
-          label: '货运公司',
+          label: '业务公司',
           prop: "logisticsCorpName",
           type: 'select',
           disabled: false,

+ 2 - 2
src/views/tirePartsMall/salesManagement/outboundWorkOrder/index.vue

@@ -74,8 +74,8 @@
               </el-option>
             </el-select>
           </el-form-item>
-          <el-form-item label="货运公司" label-width="100px">
-            <el-select v-model="dialogForm.logisticsCorpName" filterable allow-create default-first-option style="width: 90%;" placeholder="请选择货运公司">
+          <el-form-item label="业务公司" label-width="100px">
+            <el-select v-model="dialogForm.logisticsCorpName" filterable allow-create default-first-option style="width: 90%;" placeholder="请选择业务公司">
               <el-option
                 v-for="item in courierList"
                 :key="item.dictKey"

+ 2 - 2
src/views/tirePartsMall/salesManagement/outboundWorkOrderL/index.vue

@@ -66,8 +66,8 @@
               </el-option>
             </el-select>
           </el-form-item>
-          <el-form-item label="货运公司" label-width="100px">
-            <el-select v-model="dialogForm.logisticsCorpName" filterable allow-create default-first-option style="width: 90%;" placeholder="请选择货运公司">
+          <el-form-item label="业务公司" label-width="100px">
+            <el-select v-model="dialogForm.logisticsCorpName" filterable allow-create default-first-option style="width: 90%;" placeholder="请选择业务公司">
               <el-option
                 v-for="item in courierList"
                 :key="item.dictKey"