|
@@ -7,44 +7,42 @@ const columns = [
|
|
|
{
|
|
|
prop: "infoNo",
|
|
|
label: "任务单号",
|
|
|
- width: "155px",
|
|
|
+ width: "153px",
|
|
|
},
|
|
|
|
|
|
{
|
|
|
prop: "bidNo",
|
|
|
label: "反馈商品编号",
|
|
|
- width: "158px",
|
|
|
+ width: "153px",
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
{
|
|
|
prop: "good_name",
|
|
|
label: "商品名称",
|
|
|
_slot_: "good_name",
|
|
|
- 'min-width': "220px",
|
|
|
+ "min-width": "220px",
|
|
|
},
|
|
|
{
|
|
|
prop: "can",
|
|
|
label: "分类",
|
|
|
_slot_: "can",
|
|
|
- 'min-width': "180px",
|
|
|
+ "width": "180px",
|
|
|
},
|
|
|
|
|
|
-
|
|
|
{
|
|
|
prop: "brand_name",
|
|
|
label: "品牌",
|
|
|
width: "80px",
|
|
|
},
|
|
|
|
|
|
-
|
|
|
{
|
|
|
prop: "unit",
|
|
|
label: "单位",
|
|
|
- width: "60px",
|
|
|
+ width: "50px",
|
|
|
},
|
|
|
{
|
|
|
- prop: "company_name",
|
|
|
- label: "采购员部门",
|
|
|
+ prop: "supplierName",
|
|
|
+ label: "供应商名称",
|
|
|
minWidth: "150px",
|
|
|
},
|
|
|
{
|
|
@@ -65,7 +63,7 @@ const columns = [
|
|
|
width: "50px",
|
|
|
_slot_: "operation",
|
|
|
},
|
|
|
-]
|
|
|
+];
|
|
|
const statusOptions = [
|
|
|
{ value: "0", label: "待与供应商确认" },
|
|
|
{ value: "1", label: "待入库" },
|
|
@@ -78,38 +76,38 @@ const statusOptions = [
|
|
|
const options1 = [
|
|
|
{ id: "0", name: "否" },
|
|
|
{ id: "1", name: "是" },
|
|
|
-]
|
|
|
+];
|
|
|
//专属类型
|
|
|
const options2 = [
|
|
|
{ id: "0", name: "非泰康" },
|
|
|
{ id: "1", name: "泰康" },
|
|
|
-]
|
|
|
+];
|
|
|
//销售权限
|
|
|
const options3 = [
|
|
|
{ id: "0", name: "无销售权限" },
|
|
|
{ id: "1", name: "有销售权限" },
|
|
|
-]
|
|
|
+];
|
|
|
|
|
|
//是否库存品
|
|
|
const options4 = [
|
|
|
{ id: "0", name: "非库存品" },
|
|
|
{ id: "1", name: "库存品" },
|
|
|
-]
|
|
|
+];
|
|
|
//是否启用实时金价
|
|
|
const options5 = [
|
|
|
{ id: "0", name: "否" },
|
|
|
{ id: "1", name: "是" },
|
|
|
-]
|
|
|
+];
|
|
|
//供货区域
|
|
|
const options6 = [
|
|
|
{ id: "1", name: "全国" },
|
|
|
{ id: "2", name: "全国除偏远" },
|
|
|
-]
|
|
|
+];
|
|
|
//是否启用阶梯
|
|
|
const options7 = [
|
|
|
{ id: "0", name: "否" },
|
|
|
{ id: "1", name: "是" },
|
|
|
-]
|
|
|
+];
|
|
|
const options8 = [
|
|
|
// { id: "0", name: "待提交" },
|
|
|
{ id: "1", name: "待完善成本" },
|
|
@@ -120,13 +118,13 @@ const options8 = [
|
|
|
{ id: "6", name: "上线成功" },
|
|
|
{ id: "7", name: "审核失败" },
|
|
|
{ id: "8", name: "已下线" },
|
|
|
-]
|
|
|
+];
|
|
|
|
|
|
const options9 = [
|
|
|
{ id: "0", name: "现结" },
|
|
|
{ id: "1", name: "月清" },
|
|
|
{ id: "2", name: "双月清" },
|
|
|
-]
|
|
|
+];
|
|
|
const costColumns = [
|
|
|
{
|
|
|
prop: "good_name",
|
|
@@ -155,7 +153,7 @@ const costColumns = [
|
|
|
{
|
|
|
prop: "tax",
|
|
|
label: "税点",
|
|
|
- append: '%',
|
|
|
+ append: "%",
|
|
|
span: 6,
|
|
|
},
|
|
|
{
|
|
@@ -171,19 +169,19 @@ const costColumns = [
|
|
|
{
|
|
|
prop: "expire_day",
|
|
|
label: "有效期",
|
|
|
- append: '天',
|
|
|
+ append: "天",
|
|
|
span: 5,
|
|
|
},
|
|
|
{
|
|
|
prop: "delivery_day",
|
|
|
label: "物流时间",
|
|
|
- append: '天',
|
|
|
+ append: "天",
|
|
|
span: 5,
|
|
|
},
|
|
|
{
|
|
|
prop: "work_day",
|
|
|
label: "生产工期",
|
|
|
- append: '天',
|
|
|
+ append: "天",
|
|
|
span: 5,
|
|
|
},
|
|
|
{
|
|
@@ -208,14 +206,10 @@ const costColumns = [
|
|
|
span: 6,
|
|
|
},
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
{
|
|
|
prop: "weight",
|
|
|
label: "商品总克重",
|
|
|
- append: 'g',
|
|
|
+ append: "g",
|
|
|
span: 6,
|
|
|
},
|
|
|
|
|
@@ -225,7 +219,6 @@ const costColumns = [
|
|
|
_slot_: "supply_area",
|
|
|
span: 6,
|
|
|
},
|
|
|
-
|
|
|
|
|
|
{
|
|
|
prop: "send_way",
|
|
@@ -236,79 +229,68 @@ const costColumns = [
|
|
|
{
|
|
|
prop: "total_fee",
|
|
|
label: "成本合计",
|
|
|
- append: '元',
|
|
|
+ append: "元",
|
|
|
span: 6,
|
|
|
},
|
|
|
{
|
|
|
prop: "cert_fee",
|
|
|
label: "证书费",
|
|
|
- append: '元',
|
|
|
+ append: "元",
|
|
|
span: 6,
|
|
|
},
|
|
|
{
|
|
|
prop: "pakge_fee",
|
|
|
label: "包装费",
|
|
|
- append: '元',
|
|
|
+ append: "元",
|
|
|
span: 6,
|
|
|
},
|
|
|
|
|
|
{
|
|
|
prop: "cost_fee",
|
|
|
label: "工艺费",
|
|
|
- append: '元',
|
|
|
+ append: "元",
|
|
|
span: 6,
|
|
|
},
|
|
|
|
|
|
{
|
|
|
prop: "mark_fee",
|
|
|
label: "加标费",
|
|
|
- append: '元',
|
|
|
+ append: "元",
|
|
|
span: 6,
|
|
|
},
|
|
|
|
|
|
{
|
|
|
prop: "demo_fee",
|
|
|
label: "打样费",
|
|
|
- append: '元',
|
|
|
+ append: "元",
|
|
|
span: 6,
|
|
|
},
|
|
|
|
|
|
{
|
|
|
prop: "open_fee",
|
|
|
label: "开模费",
|
|
|
- append: '元',
|
|
|
+ append: "元",
|
|
|
span: 6,
|
|
|
},
|
|
|
|
|
|
{
|
|
|
prop: "delivery_fee",
|
|
|
label: "物流费",
|
|
|
- append: '元',
|
|
|
+ append: "元",
|
|
|
span: 6,
|
|
|
},
|
|
|
{
|
|
|
prop: "nake_fee",
|
|
|
label: "裸价",
|
|
|
- append: '元',
|
|
|
+ append: "元",
|
|
|
span: 6,
|
|
|
},
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- {
|
|
|
- prop: "stock_moq",
|
|
|
- label: "备库起订量",
|
|
|
- span: 4,
|
|
|
- },
|
|
|
- {
|
|
|
- prop: "noble",
|
|
|
- _slot_: "noble",
|
|
|
- label: "贵金属信息",
|
|
|
- span: 20,
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // prop: "stock_moq",
|
|
|
+ // label: "备库起订量",
|
|
|
+ // span: 4,
|
|
|
+ // },
|
|
|
|
|
|
{
|
|
|
prop: "remark",
|
|
@@ -324,13 +306,81 @@ const costColumns = [
|
|
|
prop: "good_img",
|
|
|
_slot_: "good_img",
|
|
|
label: "商品图片",
|
|
|
- span: 24,
|
|
|
+ span: 12,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: "noble",
|
|
|
+ _slot_: "noble",
|
|
|
+ label: "贵金属信息",
|
|
|
+ span: 12,
|
|
|
+ },
|
|
|
+];
|
|
|
+const infoColumns = [
|
|
|
+ {
|
|
|
+ prop: "infoNo",
|
|
|
+ label: "竞价单编号",
|
|
|
+ span: 6,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: "status",
|
|
|
+ label: "状态",
|
|
|
+ _slot_: "status",
|
|
|
+ span: 6,
|
|
|
},
|
|
|
|
|
|
+ {
|
|
|
+ prop: "is_addrs",
|
|
|
+ label: "是否多地",
|
|
|
+ _slot_: "is_addrs",
|
|
|
+ span: 6,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: "num",
|
|
|
+ label: "数量",
|
|
|
+ span: 6,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: "company",
|
|
|
+ label: "销售方公司",
|
|
|
+ _slot_: "company",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: "khName",
|
|
|
+ label: "购买方公司",
|
|
|
+ _slot_: "khName",
|
|
|
+ },
|
|
|
|
|
|
|
|
|
+];
|
|
|
+const is_addrs_options= [
|
|
|
+ { value: "0", label: "一地" },
|
|
|
+ { value: "1", label: "多地" },
|
|
|
+];
|
|
|
|
|
|
-
|
|
|
-]
|
|
|
-
|
|
|
-export { columns, statusOptions, options1, options2, options3, options4, options5, options6, options7, options8, options9, costColumns }
|
|
|
+const options0= [
|
|
|
+ { id: "0", label: "待发布竞标" },
|
|
|
+ { id: "1", label: "招标进行中" },
|
|
|
+ { id: "2", label: "招标已结束" },
|
|
|
+ { id: "3", label: "待选择商品" },
|
|
|
+ { id: "4", label: "已选商品待下单" },
|
|
|
+ { id: "5", label: "已成功转单" },
|
|
|
+ { id: "6", label: "已取消转单" },
|
|
|
+ { id: "7", label: "招标已暂停" },
|
|
|
+];
|
|
|
+export {
|
|
|
+ columns,
|
|
|
+ statusOptions,
|
|
|
+ options1,
|
|
|
+ options2,
|
|
|
+ options3,
|
|
|
+ options4,
|
|
|
+ options5,
|
|
|
+ options6,
|
|
|
+ options7,
|
|
|
+ options8,
|
|
|
+ options9,
|
|
|
+ costColumns,
|
|
|
+ infoColumns,
|
|
|
+ is_addrs_options,
|
|
|
+ options0
|
|
|
+};
|