diff --git a/src/views/material/lease/apply/component/homeApply.vue b/src/views/material/lease/apply/component/homeApply.vue index 36dee6ee..17715126 100644 --- a/src/views/material/lease/apply/component/homeApply.vue +++ b/src/views/material/lease/apply/component/homeApply.vue @@ -511,7 +511,7 @@ --> - + @@ -495,23 +495,12 @@ class="title" style="text-align: center; font-weight: 600; font-size: 16px" > - 机具设备到货验收单 + 施工机具设备出库检验记录表 - - 单据编号: - - 生产厂家(供应商): + 领用工程: - 到货日期: + 使用单位: - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - 供应科: + 检验单位: + + + - - - 生产技术科: - - - - - - 库管班: - - @@ -694,7 +643,7 @@ style="margin-top: 20px; padding: 1px" > - + - + - + 编码出库 + 数量出库 @@ -855,6 +802,50 @@ + + + + + + + 领料单编号明细 + + + + + + + + + + + @@ -867,6 +858,7 @@ import { submitNumOut, } from "@/api/lease/out"; import vueEasyPrint from "vue-easy-print"; +import chapter from '../../../../utils/chapter'; export default { dicts: ["lease_task_status"], components: { vueEasyPrint }, @@ -927,6 +919,7 @@ export default { outQuery: { pageNum: 1, pageSize: 10, + maCode: "", }, form: { remark: "", @@ -950,11 +943,17 @@ export default { carCode: "", remark: "", }, + titleView: "", + showView:false, + getListViewInfo:[], }; }, created() { this.getList(); }, + mounted() { + chapter('机具检验专用章', '重庆送变电工程有限公司') + }, methods: { // 多选框选中数据 handleSelectionChange(selection) { @@ -1173,7 +1172,7 @@ export default { // this.query.taskId = row.taskId // this.getPrintTable(row.taskId) this.openPrint = true; - this.title = "机具设备到货验收单"; + this.title = "出库检验单"; }, //打开领料单 @@ -1192,6 +1191,12 @@ export default { this.$refs.remarksPrintRef.print(); }, + codeInfo(row) { + this.showView = true; + this.titleView = "查看"; + this.getListViewInfo = row.maCodeVoList; + }, + /** 导出按钮操作 */ handleExport() { this.download( @@ -1232,6 +1237,10 @@ export default { row.inputNum = maxNum; } }, + + printView() { + // this.$refs.remarksPrintRef.print(); + }, }, watch: { diff --git a/src/views/material/ma/device/index.vue b/src/views/material/ma/device/index.vue index ccace4d7..c74614ad 100644 --- a/src/views/material/ma/device/index.vue +++ b/src/views/material/ma/device/index.vue @@ -72,7 +72,16 @@ - + + + + {{ "查看" }} + + + {{ "暂无" }} + + + @@ -179,8 +188,10 @@ - - + + + 暂无 @@ -211,7 +222,7 @@ - + - - - - - - - - - + + + + + + + + + + + + + @@ -278,14 +315,33 @@ + + + + + + + 二维码编号:{{ rowObj.qrCode }} + + + \ No newline at end of file