Kaynağa Gözat

客户订舱 H BL/NO 改为B L/NO

lijunping 3 ay önce
ebeveyn
işleme
203cbcd0f6

+ 2 - 1
src/lang/en.js

@@ -157,7 +157,7 @@ export default {
         unChangeDoc:'unChangeDoc',
         masteNo:'masteNo',
         hblCount:'hblCount',
-        customerService:'customerService',
+        customerService:'CS',
         ctnrTypeQty:'ctnrTypeQty',
         cargoType:'cargoType',
         bookingAgent:'bookingAgent',
@@ -238,6 +238,7 @@ export default {
         currency:'currency',
         exrate:'exrate',
         price:'price',
+        taxRate:'taxRate',
         quantity:'quantity',
         localCurrency:'localCurrency',
         foreignCurrency:'foreignCurrency',

+ 1 - 0
src/lang/zh.js

@@ -236,6 +236,7 @@ export default {
     currency:'币别',
     exrate:'汇率',
     price:'单价',
+    taxRate:'税率',
     quantity:'数量',
     localCurrency:'本币',
     foreignCurrency:'外币',

+ 2 - 2
src/views/iosBasicData/businessCenter/customerBooking/detailsPage.vue

@@ -92,7 +92,7 @@
                       </el-form-item>
                     </el-col>
                     <el-col span="12">
-                      <el-form-item label="HB/L NO" prop="hblno">
+                      <el-form-item label="B/L NO" prop="hblno">
                         <el-input style="width: 100%;" v-model="form.hblno" size="small" :disabled="true" clearable
                           placeholder="HB/L NO"></el-input>
                       </el-form-item>
@@ -278,7 +278,7 @@
                   </el-row>
                   <el-row>
 
-                    <!--                    
+                    <!--
                       <el-form-item label="所属公司" prop="branchName">
                         <dic-select v-model="form.branchName" placeholder="所属公司" key="id" label="deptName"
                           url="/blade-system/dept/top-list" :filterable="true" :remote="true" dataName="deptName"

+ 1 - 1
src/views/iosBasicData/businessCenter/customerLetter/detailsPage.vue

@@ -635,7 +635,7 @@ export default {
             disabled: true,
           },
           {
-            label: 'HB/L NO',
+            label: 'B/L NO',
             prop: "hblno",
             disabled: true,
           },

+ 2 - 2
vue.config.js

@@ -51,9 +51,9 @@ module.exports = {
         //本地服务接口地址
         // target: 'http://192.168.168.73:1080',
         // target: 'http://192.168.8.114:1080',
-         //target: 'http://127.0.0.1:1080',
+         target: 'http://127.0.0.1:1080',
         // 打包地址
-        target: 'http://113.44.105.66:10004',//服务器ip
+       // target: 'http://113.44.105.66:10004',//服务器ip
         // target: 'http://192.168.161.11:10004',//服务器ip
         //  target: 'http://127.0.0.1:10004',
         // target: 'http://trade.tubaosoft.com:10004',//服务器域名