Browse Source

【修改】工程发货 展示订单状态

howie 2 years ago
parent
commit
56dcf3fe4c
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/views/supply/apply/engin_list.vue

+ 5 - 0
src/views/supply/apply/engin_list.vue

@@ -166,6 +166,11 @@
           >
             <!--            :selectable="selectable"-->
             <el-table-column align="center" type="selection" width="55" fixed="left" :selectable="selectable" />
+            <el-table-column align="left" label="订单状态" prop="type" min-width="120" show-overflow-tooltip>
+              <template slot-scope="scope">
+                {{ scope.row.automaticStatus?'非计划单推发货':'计划单推发货' }}
+              </template>
+            </el-table-column>
             <el-table-column align="left" label="订单类型" prop="type" min-width="100" show-overflow-tooltip>
               <template slot-scope="scope">
                 {{ scope.row.type | orderTypeFilter }}