一期生产管理
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<view class="zd_container">
|
||||
<nav-bar title="生箔工序"></nav-bar>
|
||||
<!-- <nav-bar title="生箔工序"></nav-bar> -->
|
||||
<nav-bar :title="title"></nav-bar>
|
||||
<view class="zd_content">
|
||||
<view class="zd_wrapper">
|
||||
<view class="filter_item">
|
||||
@@ -87,6 +88,7 @@
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
title: '',
|
||||
val1: '',
|
||||
val2: '',
|
||||
dataList: [],
|
||||
@@ -115,6 +117,9 @@
|
||||
mounted () {
|
||||
this.$refs.scanChild.handleFocus()
|
||||
},
|
||||
onLoad (options) {
|
||||
this.title = options.title
|
||||
},
|
||||
methods: {
|
||||
searchList () {
|
||||
this.pkId = ''
|
||||
|
||||
Reference in New Issue
Block a user