Browse Source

【修改】bug

howie 3 năm trước cách đây
mục cha
commit
69ce660dad
1 tập tin đã thay đổi với 8 bổ sung2 xóa
  1. 8 2
      src/views/supply/deliver/sum_list.vue

+ 8 - 2
src/views/supply/deliver/sum_list.vue

@@ -159,7 +159,7 @@
                 <span>{{ scope.row.enginOrderType == 'HOME' || scope.row.enginOrderType == 'TRADE' ?
                     scope.row.enginOrderNo
                     : scope.row.mainOrderId
-                
+
                 }}</span>
 
               </template>
@@ -278,7 +278,13 @@
               show-overflow-tooltip></el-table-column>
             <el-table-column align="left" label="文件编号" sortable prop="itemFileNo" min-width="100" show-overflow-tooltip>
             </el-table-column>
-
+            <el-table-column align="left" label="预约提货打印状态" sortable prop="printStatus" min-width="150" show-overflow-tooltip>
+                <template slot-scope="scope">
+                  {{
+                    scope.row.printStatus ==1?`打印`:` 未打印`
+                  }}
+                </template>
+            </el-table-column>
 
           </el-table>
         </div>