Browse Source

20211201前端代码修改

mashengyi 3 years ago
parent
commit
4e774dce52

+ 1 - 1
src/views/customer/Customer.vue

@@ -252,7 +252,7 @@
              <template slot-scope="scope">
               <span v-if="scope.row.interType == 0">接口</span>
               <span v-if="scope.row.interType == 1">平台</span>
-              <span v-if="scope.row.interType == 3">平台</span>
+              <span v-if="scope.row.interType == 3">迁移数据</span>
             </template>
           </el-table-column>
            <el-table-column

+ 10 - 0
src/views/noCar/billway.vue

@@ -171,6 +171,16 @@
               <span v-else-if="scope.row.hisFlag == 1">历史运单</span>
             </template>
           </el-table-column>
+            <el-table-column
+            prop="interType"
+            label="对接方式"
+            show-overflow-tooltip>
+             <template slot-scope="scope">
+              <span v-if="scope.row.interType == 0">接口</span>
+              <span v-if="scope.row.interType == 1">平台</span>
+              <span v-if="scope.row.interType == 3">迁移数据</span>
+            </template>
+          </el-table-column>
         </el-table>
       </template>
       <!-- 分页 -->

+ 10 - 0
src/views/noCar/billwayException.vue

@@ -111,6 +111,16 @@
               <span v-else-if="scope.row.hisFlag == 1">历史运单</span>
             </template>
           </el-table-column>
+           <el-table-column
+            prop="interType"
+            label="对接方式"
+            show-overflow-tooltip>
+             <template slot-scope="scope">
+              <span v-if="scope.row.interType == 0">接口</span>
+              <span v-if="scope.row.interType == 1">平台</span>
+              <span v-if="scope.row.interType == 3">迁移数据</span>
+            </template>
+          </el-table-column>
         </el-table>
       </template>
       <!-- 分页 -->

+ 10 - 0
src/views/noCar/invoice.vue

@@ -193,6 +193,16 @@
               <span v-else-if="scope.row.billStatus == 4" style="color: red">超时运单</span>
             </template>
           </el-table-column>
+           <el-table-column
+            prop="interType"
+            label="对接方式"
+            show-overflow-tooltip>
+             <template slot-scope="scope">
+              <span v-if="scope.row.interType == 0">接口</span>
+              <span v-if="scope.row.interType == 1">平台</span>
+              <span v-if="scope.row.interType == 3">迁移数据</span>
+            </template>
+          </el-table-column>
         </el-table>
       </template>
       <!-- 分页 -->

+ 1 - 0
src/views/noCar/nocarRec.vue

@@ -82,6 +82,7 @@
              <template slot-scope="scope">
               <span v-if="scope.row.interType == 0">接口</span>
               <span v-else-if="scope.row.interType == 1">平台</span>
+              <span v-else-if="scope.row.interType == 3">迁移数据</span>
             </template>
           </el-table-column>
           <el-table-column

+ 2 - 0
src/views/platform/invoice/list.vue

@@ -313,6 +313,7 @@ export default{
         formData.append('waybillNum', this.waybillNum);
         formData.append('plateNum', this.plateNum);
         formData.append('companyName', this.taxPlayerCode);
+        formData.append('customerName', sessionStorage.getItem('userName'));
         formData.append('invoiceNum', this.invoiceNum);
         formData.append('invoiceCode', this.invoiceCode);
         formData.append('invoiceMakeTime', this.invoiceMakeTime);
@@ -355,6 +356,7 @@ export default{
         formData.append('plateNum', this.plateNum);
         formData.append('companyName', this.taxPlayerCode);
         formData.append('invoiceNum', this.invoiceNum);
+        formData.append('customerName', sessionStorage.getItem('userName'));
         formData.append('invoiceCode', this.invoiceCode);
         formData.append('batchNumber', this.batchNumber);
           formData.append('invoiceMakeTime', this.invoiceMakeTime);

+ 10 - 0
src/views/selfCar/selfCarTrade.vue

@@ -106,6 +106,16 @@
               <span v-else-if="scope.row.status == 3" style="color: red">已开票</span>
             </template>
           </el-table-column>
+           <el-table-column
+            prop="interType"
+            label="对接方式"
+            show-overflow-tooltip>
+             <template slot-scope="scope">
+              <span v-if="scope.row.interType == 0">接口</span>
+              <span v-if="scope.row.interType == 1">平台</span>
+              <span v-if="scope.row.interType == 3">迁移数据</span>
+            </template>
+          </el-table-column>
         </el-table>
       </template>
       <!-- 分页 -->

+ 10 - 0
src/views/selfCar/selfCarTradeException.vue

@@ -93,6 +93,16 @@
             label="超长时间(天)"
             show-overflow-tooltip>
           </el-table-column>
+           <el-table-column
+            prop="interType"
+            label="对接方式"
+            show-overflow-tooltip>
+             <template slot-scope="scope">
+              <span v-if="scope.row.interType == 0">接口</span>
+              <span v-if="scope.row.interType == 1">平台</span>
+              <span v-if="scope.row.interType == 3">迁移数据</span>
+            </template>
+          </el-table-column>
         </el-table>
       </template>
       <!-- 分页 -->

+ 1 - 0
src/views/selfCar/selfcarRec.vue

@@ -96,6 +96,7 @@
              <template slot-scope="scope">
               <span v-if="scope.row.interType == 0">接口</span>
               <span v-else-if="scope.row.interType == 1">平台</span>
+              <span v-else-if="scope.row.interType == 3">迁移数据</span>
             </template>
           </el-table-column>
           <el-table-column