Commit 7f1296b1 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修改单据明细单位取错值的问题

parent 8cbd8eb5
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-19 19:49:57
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-19 20:01:52
* @LastEditTime: 2021-09-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,
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-19 19:50:47
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-19 20:03:11
* @LastEditTime: 2021-09-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,
......
......@@ -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,
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-20 15:55:17
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-20 17:44:02
* @LastEditTime: 2021-09-15 10:02:32
* @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,
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-20 15:14:42
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-20 15:20:22
* @LastEditTime: 2021-09-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,
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-20 15:14:49
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-20 17:42:49
* @LastEditTime: 2021-09-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,
......
......@@ -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,
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-20 14:20:14
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-20 14:31:43
* @LastEditTime: 2021-09-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,
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-04 15:53:06
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-18 09:54:52
* @LastEditTime: 2021-09-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,
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-16 11:47:55
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-16 15:45:34
* @LastEditTime: 2021-09-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,
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-13 18:19:27
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-20 16:25:11
* @LastEditTime: 2021-09-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,
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-16 15:30:19
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-20 16:47:35
* @LastEditTime: 2021-09-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,
......
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