Commit 3e93debf authored by Marcus's avatar Marcus

pda入仓,上传了影像,但是在后台看不到

https://zentao.test.jdshangmen.com/bug-view-2164.html

后台入仓,上传了影像,但是在后台看不到
https://zentao.test.jdshangmen.com/bug-view-2177.html
parent 7ea6cca1
......@@ -201,7 +201,7 @@ import {
getOrderWarehouseIn,
getSpecialListByOrderId, listByOrderId,
orderWarehouseInFinish, orderWarehouseInUpdateLabel,
rollbackDelete
rollbackDelete, warehousePictureList
} from '@/api/ecw/order'
import orderBaseInfo from "@/components/OrderBaseInfo"
import WarehouseAreaDialog from '@/components/WarehouseAreaDialog'
......@@ -286,6 +286,14 @@ export default {
},
methods: {
getWarehousePictureList(){
return warehousePictureList({
bizId: this.order.orderId,
type: 1
}).then(r =>{
this.form.urls = r.data.map(i =>i.url)
})
},
include(){
return (state, arr) => {
return arr.indexOf(state) > -1
......@@ -345,6 +353,7 @@ export default {
this.getTowSum()
}).then(() => {
this.getLabelByOrder()
this.getWarehousePictureList()
})
},
specialHas0(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment