|
|
@@ -735,10 +735,10 @@ const orderProduct_by_props = `
|
|
|
`
|
|
|
|
|
|
const create_order = `
|
|
|
- mutation createorder($remark: String, $updatedAt: String, $orderLogistics_id: ID, $orderTotalPay: Float, $createdAt: String, $orderStatus: String, $userAddress_id: ID, $id: ID!, $count: Int, $user_id: ID, $productTotalPay: Float, $orderPay_id: ID,
|
|
|
+ mutation createorder($remark: String, $updatedAt: String, $orderLogistics_id: ID, $orderTotalPay: Float, $createdAt: String, $orderStatus: String, $id: ID!, $count: Int, $user_id: ID, $productTotalPay: Float, $orderPay_id: ID,
|
|
|
$deliveryTime: String, $serviceStore: String, $logisticsFee: Float, $expressId: String, $order_id: ID, $consigneeTel: String, $orderLogisticsId: ID!, $expressName: String, $consignAddress: String, $LogisticsStatus: String, $consigneeName: String
|
|
|
$deleteId: [String]) {
|
|
|
- createorder: create_order(remark: $remark updatedAt: $updatedAt orderLogistics_id: $orderLogistics_id orderTotalPay: $orderTotalPay createdAt: $createdAt orderStatus: $orderStatus userAddress_id: $userAddress_id id: $id count: $count user_id: $user_id productTotalPay: $productTotalPay orderPay_id: $orderPay_id) {
|
|
|
+ createorder: create_order(remark: $remark updatedAt: $updatedAt orderLogistics_id: $orderLogistics_id orderTotalPay: $orderTotalPay createdAt: $createdAt orderStatus: $orderStatus id: $id count: $count user_id: $user_id productTotalPay: $productTotalPay orderPay_id: $orderPay_id) {
|
|
|
result
|
|
|
order {
|
|
|
remark
|
|
|
@@ -760,20 +760,6 @@ const create_order = `
|
|
|
orderTotalPay
|
|
|
createdAt
|
|
|
orderStatus
|
|
|
- userAddress_id {
|
|
|
- address
|
|
|
- updatedAt
|
|
|
- telephone
|
|
|
- default
|
|
|
- city
|
|
|
- username
|
|
|
- postcode
|
|
|
- createdAt
|
|
|
- deletedAt
|
|
|
- id
|
|
|
- area
|
|
|
- province
|
|
|
- }
|
|
|
id
|
|
|
count
|
|
|
productTotalPay
|