zouyu
2023-09-14 3b3d66c2c188642a2b1386344d1f32fecc81f4de
	modified:   src/App.vue
modified: src/components/view/sale.vue
modified: src/components/view/standard-table/target.vue
modified: src/components/view/standard-table/technology.vue
modified: src/components/view/standard.vue
已修改5个文件
29 ■■■■ 文件已修改
src/App.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/sale.vue 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/standard-table/target.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/standard-table/technology.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/standard.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/App.vue
@@ -106,7 +106,7 @@
}
  /* el-tree-table折叠(展开、收缩)图标定位 */
  /* .el-table [class*="el-table__row--level-1"] .el-table__expand-icon {
  .el-table [class*="el-table__row--level-1"] .el-table__expand-icon {
      font-size: 18px;
      font-weight: bold;
      position: absolute;
@@ -121,7 +121,7 @@
      right: -230px;
      top: 16px;
      z-index: 999;
  } */
  }
table {
  border-collapse: collapse;
src/components/view/sale.vue
@@ -282,7 +282,8 @@
            </el-dialog>
        </div>
        <div class="select-model">
            <el-dialog :title="`销售${upDia==true?'修改':'新增'}`" :visible.sync="addDia" width="850px">
            <el-dialog :title="`销售${upDia==true?'修改':'新增'}`" :visible.sync="addDia" width="850px"
            @close="closeDialog">
                <div class="body">
                    <div class="head">基本信息</div>
                    <div class="content">
@@ -429,6 +430,20 @@
            this.selectRawInspectsList()
        },
        methods: {
            closeDialog(){
                this.addData = {
                    orderNumber: null,
                    code: null,
                    name: null,
                    proname: null,
                    adress: null,
                    username: null,
                    delTime: null,
                    orderName: null,
                    phone: null,
                    saleMaterialList: []
                }
            },
            handleSelectionChange(val) {
                this.selects = ''
                val.forEach((a, ai)=>{
src/components/view/standard-table/target.vue
@@ -13,7 +13,7 @@
                <span>{{scope.row.tfather}}</span>
            </template>
        </el-table-column>
        <el-table-column prop="tname" label="工艺名称" indent="110">
        <el-table-column prop="tname" label="工艺名称">
            <template slot-scope="scope">
                <el-tag type="success" v-if="scope.row.tname != null"
                style="line-height:24px;text-align:center;width:36px;height:24px;margin-left:20px;border-radius:12px">02</el-tag>
src/components/view/standard-table/technology.vue
@@ -18,7 +18,7 @@
                    </span>
            </template>
            </el-table-column>
            <el-table-column sortable label="工艺名称" width="200">
            <el-table-column sortable label="工艺名称" width="200px">
              <template slot-scope="scope">
                <el-tag type="success" v-if="!scope.row.children">02</el-tag>
                <span style="color: black">{{ scope.row.name  }}</span>
src/components/view/standard.vue
@@ -982,7 +982,9 @@
        return this.verdata[0]
      })
      this.character=v
      this.version2="v"+v
      if(this.character != undefined){
        this.version2="v"+v
      }
      this.selectAll()
    },
    //右侧数据