|
|
@@ -8725,7 +8725,7 @@ var doc = `{
|
|
|
"schema": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
- "$ref": "#/definitions/models.QhjPickGoods"
|
|
|
+ "$ref": "#/definitions/models.QhjMgrPickGoods"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -16074,6 +16074,10 @@ var doc = `{
|
|
|
"description": "跟单员登录代码",
|
|
|
"type": "string"
|
|
|
},
|
|
|
+ "merusername": {
|
|
|
+ "description": "跟单员名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
"price": {
|
|
|
"description": "价格\\暂定价 [1:一口价、3:暂定价]",
|
|
|
"type": "number"
|
|
|
@@ -16106,6 +16110,10 @@ var doc = `{
|
|
|
"description": "业务员登录代码",
|
|
|
"type": "string"
|
|
|
},
|
|
|
+ "saleusername": {
|
|
|
+ "description": "业务员名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
"sellnickname": {
|
|
|
"description": "采购方昵称",
|
|
|
"type": "string"
|
|
|
@@ -17235,6 +17243,22 @@ var doc = `{
|
|
|
"description": "用户ID",
|
|
|
"type": "integer"
|
|
|
},
|
|
|
+ "auditid": {
|
|
|
+ "description": "审核id",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "auditname": {
|
|
|
+ "description": "审核人名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "auditremark": {
|
|
|
+ "description": "审核备注",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "auditsrc": {
|
|
|
+ "description": "审核来源 1-管理端 2-终端",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
"audittime": {
|
|
|
"description": "审核时间",
|
|
|
"type": "string"
|
|
|
@@ -18018,7 +18042,7 @@ var doc = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"enumdicname": {
|
|
|
- "description": "单位名称(现货商品)",
|
|
|
+ "description": "单位名称",
|
|
|
"type": "string"
|
|
|
},
|
|
|
"floatpl": {
|
|
|
@@ -25356,6 +25380,75 @@ var doc = `{
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "models.QhjMgrPickGoods": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "enumdicname": {
|
|
|
+ "description": "单位名称(提货商品)",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "goodsid": {
|
|
|
+ "description": "商品id",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "imageaddress": {
|
|
|
+ "description": "图片",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "modifierid": {
|
|
|
+ "description": "修改人",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "modifiername": {
|
|
|
+ "description": "修改人名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "modifysrc": {
|
|
|
+ "description": "修改来源 - 1:管理端 2:终端",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "pickupgoodsagreeunit": {
|
|
|
+ "description": "合约乘数",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "pickupgoodsdesc": {
|
|
|
+ "description": "描述",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "pickupgoodsid": {
|
|
|
+ "description": "提货商品ID",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "pickupgoodsname": {
|
|
|
+ "description": "提货商品名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "pickupgoodsstatus": {
|
|
|
+ "description": "状态 - 1:正常 2:停用 3:注销",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "pickupgoodsunitid": {
|
|
|
+ "description": "单位ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "pickupratio": {
|
|
|
+ "description": "提货系数",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "preparedays": {
|
|
|
+ "description": "备货期(天)",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "remark": {
|
|
|
+ "description": "备注",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "updatetime": {
|
|
|
+ "description": "更新时间",
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"models.QhjMgrPositionRsp": {
|
|
|
"type": "object",
|
|
|
"properties": {
|