This commit is contained in:
2024-07-16 15:54:19 +08:00
parent 3ffa126b9b
commit 277254e9c9
5 changed files with 30 additions and 5 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">
@@ -37,12 +38,16 @@
},
data() {
return {
title: '',
val1: '',
val2: '',
disabled: false,
disabled1: true
};
},
onLoad (options) {
this.title = options.title
},
watch: {
val1 () {
if (this.val1 === '') {

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">
@@ -45,6 +46,7 @@
},
data() {
return {
title: '',
options: [{value: '1', text: '返检入库'}, {value: '2', text: '改切入库'}, {value: '0001', text: '生产入库'}, {value: '0009', text: '手工入库'}],
index: '',
val1: '',
@@ -52,6 +54,9 @@
disabled: false
};
},
onLoad (options) {
this.title = options.title
},
methods: {
selectChange (e) {
this.index = 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">
@@ -53,6 +54,7 @@
},
data() {
return {
title: '',
options: [{value: '1', text: '返检入库'}, {value: '2', text: '改切入库'}, {value: '0001', text: '生产入库'}, {value: '0009', text: '手工入库'}],
index: '',
val1: '',
@@ -61,6 +63,9 @@
disabled: false
};
},
onLoad (options) {
this.title = options.title
},
methods: {
selectChange (e) {
this.index = 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">
@@ -39,11 +40,15 @@
},
data() {
return {
title: '',
val1: '',
val2: '',
disabled1: false
};
},
onLoad (options) {
this.title = options.title
},
mounted () {
this.$refs.scanChild.handleFocus()
},

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)