rev:盘点修改

This commit is contained in:
2023-06-01 16:04:46 +08:00
parent affbc9a481
commit eca2958d47
4 changed files with 4 additions and 6 deletions

View File

@@ -196,7 +196,7 @@ export default {
methods: {
open() {
// 查询原材料库的仓库
crudStorattr.getStor({ 'stor_type': '3' }).then(res => {
crudStorattr.getStor({ 'stor_type': '2' }).then(res => {
this.storlist = res.content
})
check.getCheckDtl({ 'check_id': this.form.check_id }).then(res => {

View File

@@ -128,7 +128,7 @@
<script>
import { crud } from '@crud/crud'
import check from '@/views/wms/storage_manage/rawproduct/rawproductCheck/check'
import check from '@/views/wms/storage_manage/semiproduct/semiproductCheck/check'
import crudStorattr from "@/views/wms/storage_manage/basedata/basedata";
import ReCheckDialog from '@/views/wms/storage_manage/rawproduct/rawproductCheck/ReCheckDialog'
@@ -185,7 +185,7 @@ export default {
methods: {
open() {
// 查询原材料库的仓库
crudStorattr.getStor({ 'stor_type': '3' }).then(res => {
crudStorattr.getStor({ 'stor_type': '2' }).then(res => {
this.storlist = res.content
})
this.getOutBillDtl()