申请领取物品
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>{{domain}}/applyGoods/applyGoodsUseInfo/save</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>Header</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">字段名</th>
<th style="text-align: left;">示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">Authorization</td>
<td style="text-align: left;">{{token}}</td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<h5>请求参数示例</h5>
<pre><code>{
"createTime": "2023-06-12T12:38:25.513Z",
"applyCode": "SQ23061220000064",
"currAmountRemaining": 0,
"applyUserType": "1",
"storeBizid": "1663460310118424578",
"storeName": "云谷49号仓",
"itemList": [
{
"id": "",
"rgId": "",
"tenantBizid": "",
"createTime": "",
"createUser": "",
"createOrg": "",
"updateTime": "",
"updateUser": "",
"updateOrg": "",
"isDeleted": 0,
"deleteTime": "",
"dbVersion": 0,
"fiscalYear": "",
"mofDivId": "",
"mofDivCode": "",
"mofDivName": "",
"tenantId": "",
"bizid": "1668235391159734274",
"storeBizid": "1663460310118424578",
"goodsBizid": "1663448795587805185",
"goodsCode": "A1100006",
"goodsName": "圆珠笔(红)",
"storePosition": "",
"cumulativeNum": 20,
"cumulativeAmount": 0,
"cumulativeAvgPrice": 3.5,
"totalNumSurplus": 20,
"totalNumUnclaimed": 0,
"totalNumReturned": 0,
"useType": "1",
"useMaxDay": 0,
"remindMinVal": 100,
"remindMaxVal": 0,
"exclusiveDeptBizid": "",
"remark": "",
"exclusiveDeptStatus": "",
"goodsBarCode": "",
"goodsLabels": "",
"goodsBrand": "",
"goodsTypeBizid": "",
"goodsTypeName": "",
"imgPath": "",
"unitPrice": 0,
"pcs": "支",
"model": "100*100",
"brand": "得力",
"barCode": "SM1000006",
"storeName": "云谷49号仓",
"fullName": "文具类\/笔类",
"fullCode": "F10001\/F100011",
"deductionMoneyType": "1",
"supplierBizid": "",
"supplierName": "龙华文具店",
"storeBatchCode": "",
"storeBatchBizid": "",
"batchEntityList": "",
"null": "row_1986",
"applyNum": 10,
"applyAmount": 35
}
]
}
</code></pre>