|
@@ -666,7 +666,7 @@ const next = async () => {
|
|
addProductList.value = productList.value
|
|
addProductList.value = productList.value
|
|
}
|
|
}
|
|
}else {
|
|
}else {
|
|
- if (['101','402','403'].indexOf(type)>-1){
|
|
|
|
|
|
+ if (['101'].indexOf(type)>-1){
|
|
|
|
|
|
proxy.post("/jdOrderEx/productInfoById", { productId: formData.data.productId}).then((res) => {
|
|
proxy.post("/jdOrderEx/productInfoById", { productId: formData.data.productId}).then((res) => {
|
|
console.log("reduceProductList",res)
|
|
console.log("reduceProductList",res)
|
|
@@ -694,7 +694,7 @@ const next = async () => {
|
|
//判断 入库
|
|
//判断 入库
|
|
if (!isViewFlag.value) {
|
|
if (!isViewFlag.value) {
|
|
formData.data.addProductId = null
|
|
formData.data.addProductId = null
|
|
- if (['301', '401',,'501'].indexOf(type) > -1) {
|
|
|
|
|
|
+ if (['301', '401','402','403','501'].indexOf(type) > -1) {
|
|
formData.data.addProductId = formData.data.productId
|
|
formData.data.addProductId = formData.data.productId
|
|
addProductIdDisplay.value = true
|
|
addProductIdDisplay.value = true
|
|
|
|
|