Browse Source

Merge remote-tracking branch 'origin/develop' into develop

FengChaoYu 3 năm trước cách đây
mục cha
commit
27e0269b29
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/supply/implement/nsales_list.vue

+ 1 - 0
src/views/supply/implement/nsales_list.vue

@@ -168,6 +168,7 @@
                 <span>{{scope.row.customerName}}</span>
               </template>
             </el-table-column>
+            <el-table-column align="left" label="销售类型" prop="saleTypeName" min-width="100" show-overflow-tooltip></el-table-column>
             <el-table-column align="left" label="物料编码" prop="materialCode" min-width="120" show-overflow-tooltip>
               <template slot-scope="scope">
                 <CopyButton :copyText="scope.row.materialCode" />