一期生产管理
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="zd_container">
|
<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_content">
|
||||||
<view class="zd_wrapper">
|
<view class="zd_wrapper">
|
||||||
<view class="filter_item">
|
<view class="filter_item">
|
||||||
@@ -53,6 +54,7 @@
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
title: '',
|
||||||
val1: '',
|
val1: '',
|
||||||
val2: '',
|
val2: '',
|
||||||
val3: '',
|
val3: '',
|
||||||
@@ -62,6 +64,9 @@
|
|||||||
disabled4: false
|
disabled4: false
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
onLoad (options) {
|
||||||
|
this.title = options.title
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleChange1 (e) {
|
handleChange1 (e) {
|
||||||
this._bakingquery(e)
|
this._bakingquery(e)
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="zd_container">
|
<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_content">
|
||||||
<view class="zd_wrapper">
|
<view class="zd_wrapper">
|
||||||
<view class="filter_item">
|
<view class="filter_item">
|
||||||
@@ -60,6 +61,7 @@
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
title: '',
|
||||||
val1: '',
|
val1: '',
|
||||||
val2: '',
|
val2: '',
|
||||||
val3: '',
|
val3: '',
|
||||||
@@ -69,6 +71,9 @@
|
|||||||
disabled3: false
|
disabled3: false
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
onLoad (options) {
|
||||||
|
this.title = options.title
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleChange1 (e) {
|
handleChange1 (e) {
|
||||||
this._bakingquery(e)
|
this._bakingquery(e)
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="zd_container">
|
<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_content">
|
||||||
<view class="zd_wrapper">
|
<view class="zd_wrapper">
|
||||||
<view class="filter_item">
|
<view class="filter_item">
|
||||||
@@ -87,6 +88,7 @@
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
title: '',
|
||||||
val1: '',
|
val1: '',
|
||||||
val2: '',
|
val2: '',
|
||||||
dataList: [],
|
dataList: [],
|
||||||
@@ -115,6 +117,9 @@
|
|||||||
mounted () {
|
mounted () {
|
||||||
this.$refs.scanChild.handleFocus()
|
this.$refs.scanChild.handleFocus()
|
||||||
},
|
},
|
||||||
|
onLoad (options) {
|
||||||
|
this.title = options.title
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
searchList () {
|
searchList () {
|
||||||
this.pkId = ''
|
this.pkId = ''
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="zd_container">
|
<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_content">
|
||||||
<view class="zd_wrapper">
|
<view class="zd_wrapper">
|
||||||
<view class="filter_item">
|
<view class="filter_item">
|
||||||
@@ -77,6 +78,7 @@
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
title: '',
|
||||||
val1: '',
|
val1: '',
|
||||||
val2: '',
|
val2: '',
|
||||||
options: [],
|
options: [],
|
||||||
@@ -94,6 +96,9 @@
|
|||||||
pageSize: 10
|
pageSize: 10
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
onLoad (options) {
|
||||||
|
this.title = options.title
|
||||||
|
},
|
||||||
created () {
|
created () {
|
||||||
this._queryRawFoil()
|
this._queryRawFoil()
|
||||||
this._queryProductArea()
|
this._queryProductArea()
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
onLoad () {
|
onLoad () {
|
||||||
// this._queryProductArea()
|
this._queryProductArea()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
/** 生产区域下拉框查询 */
|
/** 生产区域下拉框查询 */
|
||||||
|
|||||||
Reference in New Issue
Block a user