|
@@ -251,7 +251,7 @@ const handleSubmit = async (_type) => {
|
|
|
deliveryTime: data.deliveryTime,
|
|
|
fileList: fileList,
|
|
|
});
|
|
|
- data.quotationProductList = data.quotationProductList.map((item) => {
|
|
|
+ data.contractProductList = data.contractProductList.map((item) => {
|
|
|
let ehsdJson = JSON.stringify({
|
|
|
packMethod: item.packMethod,
|
|
|
tradeMethods: item.tradeMethods,
|
|
@@ -274,7 +274,7 @@ const handleSubmit = async (_type) => {
|
|
|
deliveryTime: data.deliveryTime,
|
|
|
fileList: fileList,
|
|
|
});
|
|
|
- data.quotationProductList = data.quotationProductList.map((item) => {
|
|
|
+ data.sampleProductList = data.sampleProductList.map((item) => {
|
|
|
let ehsdJson = JSON.stringify({
|
|
|
packMethod: item.packMethod,
|
|
|
tradeMethods: item.tradeMethods,
|