|
@@ -1,4 +1,4 @@
|
|
|
-
|
|
|
+//采返 销售订单展示字段
|
|
|
const reColumns = [
|
|
|
{
|
|
|
prop: "good_name",
|
|
@@ -25,10 +25,6 @@ const reColumns = [
|
|
|
label: "单位",
|
|
|
span: 4,
|
|
|
},
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
{
|
|
|
prop: "send_way",
|
|
|
label: "发货方式",
|
|
@@ -46,7 +42,6 @@ const reColumns = [
|
|
|
prop: "pay_way",
|
|
|
label: "付款方式",
|
|
|
_slot_: "pay_way",
|
|
|
-
|
|
|
span: 4,
|
|
|
},
|
|
|
|
|
@@ -57,21 +52,53 @@ const reColumns = [
|
|
|
append: 'g',
|
|
|
span: 6,
|
|
|
},
|
|
|
+
|
|
|
+ {
|
|
|
+ prop: "creater",
|
|
|
+ label: "反馈人",
|
|
|
+ span: 4,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: "addtime",
|
|
|
+ label: "反馈时间",
|
|
|
+ span: 6,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: "supply_area",
|
|
|
+ label: "供货区域",
|
|
|
+ _slot_: "supply_area",
|
|
|
+ span: 6,
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+ {
|
|
|
+ prop: "good_img",
|
|
|
+ label: "商品图片",
|
|
|
+ _slot_: "good_img",
|
|
|
+ span: 18,
|
|
|
+
|
|
|
+ },
|
|
|
{
|
|
|
prop: "noble",
|
|
|
_slot_: "noble",
|
|
|
label: "贵金属信息",
|
|
|
- span: 10,
|
|
|
+ span: 24,
|
|
|
},
|
|
|
{
|
|
|
prop: "craft_desc",
|
|
|
label: "工艺说明",
|
|
|
span: 24,
|
|
|
},
|
|
|
+ {
|
|
|
+ prop: "remark",
|
|
|
+ label: "采返备注",
|
|
|
+ span: 24,
|
|
|
+ },
|
|
|
|
|
|
|
|
|
|
|
|
]
|
|
|
+//采返 采购商品字段
|
|
|
const coveColumns = [
|
|
|
{
|
|
|
prop: "good_name",
|
|
@@ -125,7 +152,7 @@ const coveColumns = [
|
|
|
append: 'g',
|
|
|
span: 6,
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
{
|
|
|
prop: "creater",
|
|
|
label: "反馈人",
|
|
@@ -136,6 +163,28 @@ const coveColumns = [
|
|
|
label: "反馈时间",
|
|
|
span: 6,
|
|
|
},
|
|
|
+ {
|
|
|
+ prop: "expire_day",
|
|
|
+ label: "竞价有效期",
|
|
|
+ append: '天',
|
|
|
+ span: 6
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: "delivery_day",
|
|
|
+ label: "物流时间",
|
|
|
+ append: '天',
|
|
|
+ span: 6
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: "work_day",
|
|
|
+ label: "生产工期",
|
|
|
+ append: '天',
|
|
|
+ span: 6
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
{
|
|
|
prop: "supply_area",
|
|
|
label: "供货区域",
|
|
@@ -148,7 +197,7 @@ const coveColumns = [
|
|
|
prop: "good_img",
|
|
|
label: "商品图片",
|
|
|
_slot_: "good_img",
|
|
|
- span: 18,
|
|
|
+ span: 24,
|
|
|
|
|
|
},
|
|
|
{
|
|
@@ -170,6 +219,7 @@ const coveColumns = [
|
|
|
|
|
|
|
|
|
]
|
|
|
+//商品上线字段
|
|
|
const onlineColumns = [
|
|
|
{
|
|
|
prop: "good_name",
|
|
@@ -467,6 +517,7 @@ const onlineColumns = [
|
|
|
|
|
|
|
|
|
]
|
|
|
+//商品成本字段
|
|
|
const costColumns = [
|
|
|
{
|
|
|
prop: "good_name",
|
|
@@ -665,6 +716,21 @@ const options9 = [
|
|
|
{ id: "1", name: "月清" },
|
|
|
{ id: "2", name: "双月清" },
|
|
|
]
|
|
|
+//付款方式
|
|
|
+const options10 = [
|
|
|
+ { id: "0", name: "现结" },
|
|
|
+ { id: "1", name: "月清" },
|
|
|
+ { id: "2", name: "双月清" },
|
|
|
+]
|
|
|
+//发货方式
|
|
|
+const options11 = [
|
|
|
+ { id: "0", name: "公司自提" },
|
|
|
+ { id: "1", name: "供应商包邮" },
|
|
|
+]
|
|
|
|
|
|
-export { onlineColumns, reColumns, costColumns, coveColumns, options1, options2, options3, options4, options5, options6, options7, options8, options9 }
|
|
|
+const options12 = [
|
|
|
+ { id: "0", name: "一地" },
|
|
|
+ { id: "1", name: "多地" },
|
|
|
+]
|
|
|
+export { onlineColumns, reColumns, costColumns, coveColumns, options1, options2, options3, options4, options5, options6, options7, options8, options9, options10, options11, options12 }
|
|
|
|