Browse Source

入库单添加买方

gjy 2 năm trước cách đây
mục cha
commit
44ae47b51e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/warehousenew/warehousingOrder.vue

+ 1 - 1
src/views/warehousenew/warehousingOrder.vue

@@ -88,7 +88,7 @@
           </template>
         </el-table-column>
         <el-table-column prop="contractNo" label="合同编号" width="130"></el-table-column>
-        <el-table-column prop="buyer" label="买方" ></el-table-column>
+        <el-table-column prop="buyer" label="买方"  width="150"></el-table-column>
         <el-table-column prop="goodsSource" label="货源" width="130">
            <template scope="scope">
              <span style='color:#66b1ff;' @click='lookcustomer(scope.row)'>{{scope.row.goodsSource}}</span>