xiaodai2022 2 years ago
parent
commit
ea2544aa9d

+ 10 - 4
src/views/orderEntry/orderConfirm/index.vue

@@ -20,7 +20,9 @@
           >
         </template>
         <template #error_msg>
-          <span :style="{color:sitem.error_msg?'red':''}">{{ sitem.error_msg ? sitem.error_msg : "--" }}</span>
+          <span :style="{ color: sitem.error_msg ? 'red' : '' }">{{
+            sitem.error_msg ? sitem.error_msg : "--"
+          }}</span>
         </template>
       </show-data-table>
 
@@ -800,7 +802,6 @@ export default {
   },
   data() {
     return {
-
       statusOptions: [],
       showColumns: [
         {
@@ -840,7 +841,7 @@ export default {
           label: "客户名称",
           span: 12,
         },
-         {
+        {
           prop: "platform_name",
           label: "导入目标平台",
           span: 6,
@@ -1019,6 +1020,9 @@ export default {
           addtime,
           updater,
           success_date,
+          error_msg,
+          platform_name,
+          platform_title,
         } = data;
         this.sitem = {
           orderCode,
@@ -1029,7 +1033,9 @@ export default {
           success_date,
           status_name: this.statusActive(status),
           status_type: this.statusActiveTag(status),
-          platform_name: "",
+          platform_name,
+          platform_title,
+          error_msg,
         };
         this.importSitem = simport ? JSON.parse(JSON.stringify(simport)) : null;
         this.confirmSitem = confirm

+ 6 - 0
src/views/orderEntry/orderEnter/columns.js

@@ -13,6 +13,12 @@ const listCol = [{
   label: "录入订单编号",
   width: "160px",
 },
+{
+  prop: "platform_title",
+  label: "导入目标平台",
+  width: "120px",
+},
+
 {
   prop: "plat_code",
   label: "平台商品编号",