fix:交接页面添加打印机名称修改
This commit is contained in:
parent
408f83436c
commit
1510aee343
|
@ -80,6 +80,9 @@
|
||||||
<el-descriptions-item label="线痕" v-if="props.row.count_n_xh>0">
|
<el-descriptions-item label="线痕" v-if="props.row.count_n_xh>0">
|
||||||
{{props.row.count_n_xh}}
|
{{props.row.count_n_xh}}
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
|
<el-descriptions-item label="破损" v-if="props.row.count_n_ps>0">
|
||||||
|
{{props.row.count_n_ps}}
|
||||||
|
</el-descriptions-item>
|
||||||
</el-descriptions>
|
</el-descriptions>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -16,6 +16,11 @@
|
||||||
v-auth="'handover.create'"
|
v-auth="'handover.create'"
|
||||||
>返工</el-button
|
>返工</el-button
|
||||||
>
|
>
|
||||||
|
<el-button
|
||||||
|
type="primary"
|
||||||
|
@click="printSetting"
|
||||||
|
>打印机</el-button
|
||||||
|
>
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
icon="el-icon-plus"
|
icon="el-icon-plus"
|
||||||
|
@ -305,6 +310,9 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
printSetting(){
|
||||||
|
this.setNameVisible = true;
|
||||||
|
},
|
||||||
handoverPrint() {
|
handoverPrint() {
|
||||||
let that = this;
|
let that = this;
|
||||||
let str = [
|
let str = [
|
||||||
|
|
Loading…
Reference in New Issue