出库对接
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!-- 获取仓库数据 -->
|
||||
<template>
|
||||
<view class="content">
|
||||
<view>
|
||||
<uv-form ref="formRef" class="form" :model="formData" label-width="150rpx">
|
||||
<!-- 仓库 -->
|
||||
<uv-form-item label="仓库" prop="warehouse">
|
||||
@@ -70,8 +70,7 @@ onShow(() => {
|
||||
// 点击事件:选择仓库/选择存储区
|
||||
const onClick = (type) => {
|
||||
uni.setStorageSync('app_billRemark', formData.value.remark)
|
||||
|
||||
let query = { ...pathParams.value, backStr: 'stockIn' }
|
||||
let query = { ...pathParams.value }
|
||||
if (type == 'warehouse') {
|
||||
query = objectToQuery({ ...query, flag: 'warehousing' })
|
||||
} else if (type == 'storageArea') {
|
||||
|
||||
Reference in New Issue
Block a user