This commit is contained in:
2024-07-16 15:29:59 +08:00
parent ed78f48561
commit 5990a588dc
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">
@@ -89,6 +90,7 @@
},
data() {
return {
title: '',
val1: '',
val2: '',
isV: '0',
@@ -108,6 +110,9 @@
uni.hideKeyboard()
}, 500)
},
onLoad (options) {
this.title = options.title
},
methods: {
/** 虚拟库 */
isVirtual () {

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">
@@ -87,6 +88,7 @@
},
data() {
return {
title: '',
val1: '',
val2: '',
isV: '0',
@@ -97,6 +99,9 @@
disabled1: false
};
},
onLoad (options) {
this.title = options.title
},
created () {
this._getStorSect()
},

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">
@@ -49,6 +50,7 @@
},
data() {
return {
title: '',
val1: '',
val2: '',
val3: '',
@@ -56,6 +58,9 @@
disabled2: false
};
},
onLoad (options) {
this.title = options.title
},
methods: {
async _mendCode () {
this.disabled1 = true

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">
@@ -92,6 +93,7 @@
},
data() {
return {
title: '',
val1: '',
val2: '',
val3: '',
@@ -102,6 +104,9 @@
disabled: false
};
},
onLoad (options) {
this.title = options.title
},
created () {
this._getStorSect()
},

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">
@@ -86,6 +87,7 @@
},
data() {
return {
title: '',
val1: '',
val2: '',
isV: '0',
@@ -95,6 +97,9 @@
disabled: false
};
},
onLoad (options) {
this.title = options.title
},
created () {
this._getStorSect()
},