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
| | |
| | | } |
| | | |
| | | /* 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; |
| | |
| | | right: -230px; |
| | | top: 16px; |
| | | z-index: 999; |
| | | } */ |
| | | } |
| | | |
| | | table { |
| | | border-collapse: collapse; |
| | |
| | | </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"> |
| | |
| | | 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)=>{ |
| | |
| | | <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> |
| | |
| | | </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> |
| | |
| | | return this.verdata[0] |
| | | }) |
| | | this.character=v |
| | | this.version2="v"+v |
| | | if(this.character != undefined){ |
| | | this.version2="v"+v |
| | | } |
| | | this.selectAll() |
| | | }, |
| | | //右侧数据 |