Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
02404779
Commit
02404779
authored
Aug 15, 2023
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
几个bug
parent
7bcc855e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
order.js
src/api/ecw/order.js
+1
-1
Package.vue
src/views/ecw/order/stocking/components/Package.vue
+1
-1
index.vue
src/views/ecw/order/stocking/index.vue
+6
-6
stockingList.vue
src/views/ecw/order/stockingList.vue
+2
-2
No files found.
src/api/ecw/order.js
View file @
02404779
...
...
@@ -784,7 +784,7 @@ export function splitItemUpdate(data){
data
})
}
//
可出
订单列表
//
待备货(可出)
订单列表
export
function
canShipmentPage
(
params
){
return
request
({
url
:
'
/air/order/can/shipment/page
'
,
...
...
src/views/ecw/order/stocking/components/Package.vue
View file @
02404779
...
...
@@ -464,7 +464,7 @@ export default {
}
})
this.protectRowCount = protectRowCount*/
this
.
handleAdd
()
//
this.handleAdd()
// this.handleAdd(1)
}
},
...
...
src/views/ecw/order/stocking/index.vue
View file @
02404779
...
...
@@ -169,13 +169,12 @@
<
script
>
import
{
getCurrencyList
}
from
"
@/api/ecw/currency
"
import
{
finishPacked
,
finishStock
,
getLabelByOrder
,
getLabelWaitInByOrder
,
finishStock
,
getOrder
,
getOrderWarehouseIn
,
getSpecialListByOrderId
,
listByOrderId
,
noNeedPack
,
orderWarehouseInFinish
,
orderWarehouseInUpdateLabel
,
rollbackDelete
,
warehousePictureList
getSpecialListByOrderId
,
noNeedPack
,
warehousePictureList
}
from
'
@/api/ecw/order
'
import
orderBaseInfo
from
"
@/components/OrderBaseInfo
"
import
WarehouseAreaDialog
from
'
@/components/WarehouseAreaDialog
'
...
...
@@ -344,12 +343,13 @@ export default {
noNeedPack
(
row
){
noNeedPack
(
row
.
orderItemId
).
then
(
res
=>
{
this
.
$message
.
success
(
this
.
$t
(
'
操作成功
'
))
this
.
getList
()
})
},
onPackageClose
(){
this
.
packageOrderItem
=
null
;
this
.
packageOrderItem
=
null
;
this
.
get
OrderItem
List
()
this
.
getList
()
}
},
watch
:
{
...
...
src/views/ecw/order/stockingList.vue
View file @
02404779
...
...
@@ -192,7 +192,7 @@ import { getProductAttrList } from '@/api/ecw/productAttr'
import
CustomerSelector
from
'
@/components/CustomerSelector
'
import
specialNeeds
from
'
@/views/ecw/order/components/specialNeeds
'
;
import
{
canReadyStockShipmentPage
,
exportReadyStock
,
getOrder
Page
,
orderSpecialNeed
}
from
"
@/api/ecw/order
"
;
import
{
canReadyStockShipmentPage
,
exportReadyStock
,
canShipment
Page
,
orderSpecialNeed
}
from
"
@/api/ecw/order
"
;
import
PrintTag
from
'
./components/PrintTag
'
import
PrintWarehouseReceipt
from
'
./components/PrintWarehouseReceipt
'
import
PrintLadingBill
from
'
./components/PrintLadingBill
'
...
...
@@ -300,7 +300,7 @@ export default {
getList
()
{
this
.
loading
=
true
;
// 执行查询
can
ReadyStock
ShipmentPage
(
this
.
combinedQueryParams
).
then
(
response
=>
{
canShipmentPage
(
this
.
combinedQueryParams
).
then
(
response
=>
{
// 部分情况下,订单后面的操作下拉菜单会显示按钮,但是下来没有选项,在elTable组件更新的时候会导致渲染错误,所以要在更新渲染前清空一次list让table彻底重新渲染,避免部分更新导致异常
this
.
list
=
[]
this
.
$nextTick
(()
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment