loulijun2021
2022-08-09 8bcd3e2fef50796434c480ac2503daf4a258d63f
1.往来单位页面修改递交
已修改1个文件
62 ■■■■ 文件已修改
src/views/jcsz/wldw.vue 62 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/jcsz/wldw.vue
@@ -93,34 +93,40 @@
            width="240"
          >
            <!--            sortable="custom"-->
            <el-table-column
              prop="mtype"
              width="80"
            >
              <template slot-scope="{row}">
                <div v-if="row.mtype==='WG'">外购供方</div>
                <div v-else>/</div>
              </template>
            </el-table-column>
            <el-table-column
              prop="btype"
              width="80"
            >
              <template slot-scope="{row}">
                <div v-if="row.btype==='WX'">外协供方</div>
                <div v-else>/</div>
              </template>
            </el-table-column>
            <el-table-column
              prop="htype"
              width="80"
            >
              <template slot-scope="{row}">
            <template slot-scope="{row}">
              <div style="display: flex;justify-content: flex-start">
                <div v-if="row.mtype==='WG'" style="margin-right: 15px">外购供方</div>
                <div v-if="row.btype==='WX'" style="margin-right: 15px;">外协供方</div>
                <div v-if="row.htype==='KH'">客户</div>
                <div v-else>/</div>
              </template>
            </el-table-column>
              </div>
            </template>
            <!--            <el-table-column-->
            <!--              prop="mtype"-->
            <!--              width="80"-->
            <!--            >-->
            <!--              <template slot-scope="{row}">-->
            <!--                <div v-if="row.mtype==='WG'">外购供方</div>-->
            <!--                <div v-else>/</div>-->
            <!--              </template>-->
            <!--            </el-table-column>-->
            <!--            <el-table-column-->
            <!--              prop="btype"-->
            <!--              width="80"-->
            <!--            >-->
            <!--              <template slot-scope="{row}">-->
            <!--                <div v-if="row.btype==='WX'">外协供方</div>-->
            <!--                <div v-else>/</div>-->
            <!--              </template>-->
            <!--            </el-table-column>-->
            <!--            <el-table-column-->
            <!--              prop="htype"-->
            <!--              width="80"-->
            <!--            >-->
            <!--              <template slot-scope="{row}">-->
            <!--                <div v-if="row.htype==='KH'">客户</div>-->
            <!--                <div v-else>/</div>-->
            <!--              </template>-->
            <!--            </el-table-column>-->
          </el-table-column>
          <el-table-column
            prop="conttacts"
@@ -177,7 +183,7 @@
        :page.sync="form.page"
        :limit.sync="form.rows"
        align="right"
        layout="prev, pager, next,sizes"
        layout="total,prev, pager, next,sizes"
        popper-class="select_bottom"
        @pagination="getCurrentUnitSearch"
      />