|
@@ -673,10 +673,8 @@ const next = async () => {
|
|
|
|
|
|
//判断 入库
|
|
|
if (!isViewFlag.value) {
|
|
|
-
|
|
|
- console.log(112312312)
|
|
|
formData.data.addProductId = null
|
|
|
- if (['301', '401'].indexOf(type) > -1) {
|
|
|
+ if (['301', '401',,'501'].indexOf(type) > -1) {
|
|
|
formData.data.addProductId = formData.data.productId
|
|
|
addProductIdDisplay.value = true
|
|
|
}
|