rev:盘点修改
This commit is contained in:
@@ -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 => {
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user