|
@@ -27,6 +27,13 @@ export const TableColumns = [
|
|
// { key: "supplier", title: "供应商" },
|
|
// { key: "supplier", title: "供应商" },
|
|
{ key: "supplierName", title: "供应商", inputType: "Input" },
|
|
{ key: "supplierName", title: "供应商", inputType: "Input" },
|
|
{ key: "paymentAgreementName", title: "付款协议" },
|
|
{ key: "paymentAgreementName", title: "付款协议" },
|
|
|
|
+ {
|
|
|
|
+ key: "source",
|
|
|
|
+ title: "订单来源",
|
|
|
|
+ inputType: "Select",
|
|
|
|
+ referName: "order_source", // 字典名
|
|
|
|
+ width:80,
|
|
|
|
+ },
|
|
// { key: "paymentAgreement", title: "付款协议" },
|
|
// { key: "paymentAgreement", title: "付款协议" },
|
|
|
|
|
|
// { key: "buyer", title: "采购员" },ut
|
|
// { key: "buyer", title: "采购员" },ut
|
|
@@ -130,7 +137,6 @@ export const TableColumns = [
|
|
{ key: "operatingItemsName", title: "经营性项目" },
|
|
{ key: "operatingItemsName", title: "经营性项目" },
|
|
{ key: "isArrivalReson", title: "到货超期原因" },
|
|
{ key: "isArrivalReson", title: "到货超期原因" },
|
|
{ key: "midOrderNo", title: "中台采购订单号" },
|
|
{ key: "midOrderNo", title: "中台采购订单号" },
|
|
- { key: "remark", title: "备注" },
|
|
|
|
];
|
|
];
|
|
|
|
|
|
export const TabColumns = [
|
|
export const TabColumns = [
|