|
|
@@ -104,10 +104,10 @@ Component({
|
|
|
data = this.data.list[index];
|
|
|
if (data.qty == obj.qty && data.remarks == obj.remarks && data.needdate == obj.needdate) return;
|
|
|
detail.sa_order_v = this.data.sa_order_v - 0;
|
|
|
- detail.custamount = 0;
|
|
|
detail.customcheek = '';
|
|
|
detail.customcolors = '';
|
|
|
detail.custommaterial = '';
|
|
|
+ console.log("detail", detail)
|
|
|
_Http.basic({
|
|
|
"id": 20221109093602,
|
|
|
"content": {
|
|
|
@@ -303,6 +303,7 @@ Component({
|
|
|
handleInsert({
|
|
|
list
|
|
|
}) {
|
|
|
+ console.log("list", list)
|
|
|
return new Promise((resolve) => {
|
|
|
_Http.basic({
|
|
|
"id": 20221109093602,
|
|
|
@@ -313,6 +314,7 @@ Component({
|
|
|
sa_orderitemsid: v.sa_orderitemsid || 0,
|
|
|
itemid: v.itemid, //商品ID
|
|
|
qty: v.qty, //数量
|
|
|
+ custamount: v.custamount || 0, // 客户档案资料费
|
|
|
width: v.width || 0,
|
|
|
length: v.length || 0,
|
|
|
cheek: v.cheek,
|
|
|
@@ -322,7 +324,6 @@ Component({
|
|
|
custom: v.custom,
|
|
|
price: this.data.type == '工具订单' ? v.marketprice : v.contractprice,
|
|
|
sa_promotion_itemsid: v.sa_promotion_itemsid || 0,
|
|
|
- custamount: 0,
|
|
|
customcheek: '',
|
|
|
customcolors: '',
|
|
|
custommaterial: '',
|