This commit is contained in:
2024-07-16 15:20:42 +08:00
parent c900c134d7
commit ed78f48561
14 changed files with 82 additions and 15 deletions

View File

@@ -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">
@@ -47,6 +48,7 @@
},
data() {
return {
title: '',
options1: [],
index1: '',
options2: [],
@@ -59,6 +61,9 @@
newoptions3: []
};
},
onLoad (options) {
this.title = options.title
},
created () {
this._queryProductArea()
this._queryDeviceList('')

View File

@@ -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">
@@ -55,6 +56,7 @@
},
data() {
return {
title: '',
options: [],
index: '',
qty: '',
@@ -64,6 +66,9 @@
disabled: false
};
},
onLoad (options) {
this.title = options.title
},
created () {
this._queryProductArea()
},

View File

@@ -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">
@@ -47,6 +48,7 @@
},
data() {
return {
title: '',
val1: '',
val2: '',
val3: '',
@@ -54,6 +56,9 @@
disabled: false
};
},
onLoad (options) {
this.title = options.title
},
methods: {
handleChange1 (e) {
this._pointStatusQuery(e)

View File

@@ -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">
@@ -134,6 +135,7 @@
},
data() {
return {
title: '',
val1: '',
val2: '',
options: [],
@@ -163,6 +165,9 @@
created () {
this._queryProductArea()
},
onLoad (options) {
this.title = options.title
},
methods: {
searchList () {
this.dataList = []

View File

@@ -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">
@@ -114,6 +115,7 @@
},
data() {
return {
title: '',
val1: '',
val2: '',
val4: '',
@@ -142,6 +144,9 @@
created () {
this._queryProductArea()
},
onLoad (options) {
this.title = options.title
},
methods: {
/** 选择器1 */
selectChange1(e) {

View File

@@ -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">
@@ -123,6 +124,7 @@
},
data() {
return {
title: '',
val1: '',
val2: '',
val3: '',
@@ -140,6 +142,9 @@
checkArr: []
};
},
onLoad (options) {
this.title = options.title
},
created () {
this._queryProductArea()
this._queryMaterialInfo()

View File

@@ -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">
@@ -77,6 +78,7 @@
},
data() {
return {
title: '',
options1: [],
index1: '',
options2: [],
@@ -89,6 +91,9 @@
disabled: false
};
},
onLoad (options) {
this.title = options.title
},
created () {
this._queryProductArea()
this._queryMaterialInfo()

View File

@@ -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">
@@ -131,6 +132,7 @@
},
data() {
return {
title: '',
options1: [],
index1: '',
options2: [],
@@ -150,6 +152,9 @@
active: false
};
},
onLoad (options) {
this.title = options.title
},
created () {
this._queryProductArea()
this._queryMaterialInfo()