Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
linweijiong
jinfa-platform
Commits
7f1296b1
Commit
7f1296b1
authored
Sep 15, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改单据明细单位取错值的问题
parent
8cbd8eb5
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
22 additions
and
22 deletions
+22
-22
addDeliverBill.tsx
...changeApplication/exchangePrAddDeliver/addDeliverBill.tsx
+2
-2
deliverBillDetail.tsx
...ngeApplication/exchangePrAddDeliver/deliverBillDetail.tsx
+2
-2
addWarehouseBill.tsx
...Application/exchangePrAddWarehousing/addWarehouseBill.tsx
+1
-1
warehouseBillDetail.tsx
...lication/exchangePrAddWarehousing/warehouseBillDetail.tsx
+2
-2
addDeliverBill.tsx
...ce/exchangeManage/exchangePrAddDeliver/addDeliverBill.tsx
+2
-2
deliverBillDetail.tsx
...exchangeManage/exchangePrAddDeliver/deliverBillDetail.tsx
+2
-2
addWarehouseBill.tsx
...hangeManage/exchangePrAddWarehousing/addWarehouseBill.tsx
+1
-1
warehouseBillDetail.tsx
...geManage/exchangePrAddWarehousing/warehouseBillDetail.tsx
+2
-2
addDeliverBill.tsx
...e/returnApplication/returnPrAddDeliver/addDeliverBill.tsx
+2
-2
deliverBillDetail.tsx
...eturnApplication/returnPrAddDeliver/deliverBillDetail.tsx
+2
-2
addWarehouseBill.tsx
.../returnManage/returnPrAddWarehousing/addWarehouseBill.tsx
+2
-2
warehouseBillDetail.tsx
...turnManage/returnPrAddWarehousing/warehouseBillDetail.tsx
+2
-2
No files found.
src/pages/afterService/exchangeApplication/exchangePrAddDeliver/addDeliverBill.tsx
View file @
7f1296b1
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-19 19:49:57
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
8-19 20:01:52
* @LastEditTime: 2021-0
9-15 10:01:18
* @Description: 新增退货发货单
*/
import
React
,
{
useState
}
from
'react'
;
...
...
@@ -41,7 +41,7 @@ const ExchangeAddDeliverBill = () => {
productName
:
item
.
productName
,
category
:
item
.
category
,
brand
:
item
.
brand
,
unit
:
item
.
category
,
unit
:
item
.
unit
,
price
:
item
.
purchasePrice
,
relatedCount
:
item
.
replaceCount
,
count
:
item
.
replaceCount
,
...
...
src/pages/afterService/exchangeApplication/exchangePrAddDeliver/deliverBillDetail.tsx
View file @
7f1296b1
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-19 19:50:47
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
8-19 20:03:11
* @LastEditTime: 2021-0
9-15 10:01:24
* @Description: 退货发货单详情
*/
import
React
from
'react'
;
...
...
@@ -36,7 +36,7 @@ const ExchangeDeliverBillDetail = () => {
productName
:
item
.
productName
,
category
:
item
.
category
,
brand
:
item
.
brand
,
unit
:
item
.
category
,
unit
:
item
.
unit
,
price
:
item
.
purchasePrice
,
relatedCount
:
item
.
replaceCount
,
count
:
item
.
replaceDeliveryCount
,
...
...
src/pages/afterService/exchangeApplication/exchangePrAddWarehousing/addWarehouseBill.tsx
View file @
7f1296b1
...
...
@@ -41,7 +41,7 @@ const ExchangeAddWarehouseBill = () => {
productName
:
item
.
productName
,
category
:
item
.
category
,
brand
:
item
.
brand
,
unit
:
item
.
category
,
unit
:
item
.
unit
,
price
:
item
.
purchasePrice
,
relatedCount
:
item
.
replaceCount
,
billCount
:
item
.
replaceDeliveryCount
,
...
...
src/pages/afterService/exchangeApplication/exchangePrAddWarehousing/warehouseBillDetail.tsx
View file @
7f1296b1
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-20 15:55:17
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
8-20 17:44:0
2
* @LastEditTime: 2021-0
9-15 10:02:3
2
* @Description: 换货入库单详情
*/
import
React
from
'react'
;
...
...
@@ -36,7 +36,7 @@ const ExchangeWarehouseBillDetail = () => {
productName
:
item
.
productName
,
category
:
item
.
category
,
brand
:
item
.
brand
,
unit
:
item
.
category
,
unit
:
item
.
unit
,
price
:
item
.
purchasePrice
,
relatedCount
:
item
.
replaceCount
,
billCount
:
item
.
replaceDeliveryCount
,
...
...
src/pages/afterService/exchangeManage/exchangePrAddDeliver/addDeliverBill.tsx
View file @
7f1296b1
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-20 15:14:42
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
8-20 15:20:22
* @LastEditTime: 2021-0
9-15 10:03:04
* @Description: 新增换货发货单
*/
import
React
,
{
useState
}
from
'react'
;
...
...
@@ -41,7 +41,7 @@ const ExchangeAddDeliverBill = () => {
productName
:
item
.
productName
,
category
:
item
.
category
,
brand
:
item
.
brand
,
unit
:
item
.
category
,
unit
:
item
.
unit
,
price
:
item
.
purchasePrice
,
relatedCount
:
item
.
replaceCount
,
count
:
item
.
receiveCount
,
...
...
src/pages/afterService/exchangeManage/exchangePrAddDeliver/deliverBillDetail.tsx
View file @
7f1296b1
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-20 15:14:49
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
8-20 17:42:49
* @LastEditTime: 2021-0
9-15 10:03:11
* @Description: 换货发货单详情
*/
import
React
from
'react'
;
...
...
@@ -36,7 +36,7 @@ const ExchangeDeliverBillDetail = () => {
productName
:
item
.
productName
,
category
:
item
.
category
,
brand
:
item
.
brand
,
unit
:
item
.
category
,
unit
:
item
.
unit
,
price
:
item
.
purchasePrice
,
relatedCount
:
item
.
replaceCount
,
count
:
item
.
replaceDeliveryCount
,
...
...
src/pages/afterService/exchangeManage/exchangePrAddWarehousing/addWarehouseBill.tsx
View file @
7f1296b1
...
...
@@ -41,7 +41,7 @@ const ExchangeAddWarehouseBill = () => {
productName
:
item
.
productName
,
category
:
item
.
category
,
brand
:
item
.
brand
,
unit
:
item
.
category
,
unit
:
item
.
unit
,
price
:
item
.
purchasePrice
,
relatedCount
:
item
.
replaceCount
,
billCount
:
item
.
replaceDeliveryCount
,
...
...
src/pages/afterService/exchangeManage/exchangePrAddWarehousing/warehouseBillDetail.tsx
View file @
7f1296b1
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-20 14:20:14
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
8-20 14:31:43
* @LastEditTime: 2021-0
9-15 10:02:48
* @Description: 换货退货入库单详情
*/
import
React
from
'react'
;
...
...
@@ -36,7 +36,7 @@ const ExchangeWarehouseBillDetail = () => {
productName
:
item
.
productName
,
category
:
item
.
category
,
brand
:
item
.
brand
,
unit
:
item
.
category
,
unit
:
item
.
unit
,
price
:
item
.
purchasePrice
,
relatedCount
:
item
.
replaceCount
,
billCount
:
item
.
replaceDeliveryCount
,
...
...
src/pages/afterService/returnApplication/returnPrAddDeliver/addDeliverBill.tsx
View file @
7f1296b1
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-04 15:53:06
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
8-18 09:54:52
* @LastEditTime: 2021-0
9-15 10:00:55
* @Description: 新增退货发货单
*/
import
React
,
{
useState
}
from
'react'
;
...
...
@@ -41,7 +41,7 @@ const ReturnAddDeliverBill = () => {
productName
:
item
.
productName
,
category
:
item
.
category
,
brand
:
item
.
brand
,
unit
:
item
.
category
,
unit
:
item
.
unit
,
price
:
item
.
purchasePrice
,
relatedCount
:
item
.
returnCount
,
count
:
item
.
returnCount
,
...
...
src/pages/afterService/returnApplication/returnPrAddDeliver/deliverBillDetail.tsx
View file @
7f1296b1
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-16 11:47:55
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
8-16 15:45:34
* @LastEditTime: 2021-0
9-15 10:01:33
* @Description: 退货发货单详情
*/
import
React
from
'react'
;
...
...
@@ -36,7 +36,7 @@ const ReturnDeliverBillDetail = () => {
productName
:
item
.
productName
,
category
:
item
.
category
,
brand
:
item
.
brand
,
unit
:
item
.
category
,
unit
:
item
.
unit
,
price
:
item
.
purchasePrice
,
relatedCount
:
item
.
returnCount
,
count
:
item
.
returnDeliveryCount
,
...
...
src/pages/afterService/returnManage/returnPrAddWarehousing/addWarehouseBill.tsx
View file @
7f1296b1
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-13 18:19:27
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
8-20 16:25:11
* @LastEditTime: 2021-0
9-15 10:01:05
* @Description: 新增退货入库单
*/
import
React
,
{
useState
}
from
'react'
;
...
...
@@ -41,7 +41,7 @@ const ReturnAddWarehouseBill = () => {
productName
:
item
.
productName
,
category
:
item
.
category
,
brand
:
item
.
brand
,
unit
:
item
.
category
,
unit
:
item
.
unit
,
price
:
item
.
purchasePrice
,
relatedCount
:
item
.
returnCount
,
billCount
:
item
.
returnDeliveryCount
,
...
...
src/pages/afterService/returnManage/returnPrAddWarehousing/warehouseBillDetail.tsx
View file @
7f1296b1
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-16 15:30:19
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
8-20 16:47:35
* @LastEditTime: 2021-0
9-15 10:01:42
* @Description: 退货入库单详情
*/
import
React
from
'react'
;
...
...
@@ -36,7 +36,7 @@ const ReturnWarehouseBillDetail = () => {
productName
:
item
.
productName
,
category
:
item
.
category
,
brand
:
item
.
brand
,
unit
:
item
.
category
,
unit
:
item
.
unit
,
price
:
item
.
purchasePrice
,
relatedCount
:
item
.
returnCount
,
billCount
:
item
.
returnDeliveryCount
,
...
...
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