Commit 48841754 authored by 前端-许佳敏's avatar 前端-许佳敏

文案优化

parent a01277af
...@@ -764,7 +764,7 @@ export enum DeliverySideState { ...@@ -764,7 +764,7 @@ export enum DeliverySideState {
CONFIRM_RETURN_ORDER CONFIRM_RETURN_ORDER
} }
// 采购订单外部显示文案 // 订单外部显示文案
export const PurchaseOrderOutWorkStateTexts = { export const PurchaseOrderOutWorkStateTexts = {
"-1": "取消订单", "-1": "取消订单",
1: '待提交订单', 1: '待提交订单',
...@@ -786,6 +786,7 @@ export const PurchaseOrderOutWorkStateTexts = { ...@@ -786,6 +786,7 @@ export const PurchaseOrderOutWorkStateTexts = {
22: '货品未全部发货' 22: '货品未全部发货'
} }
// 采购订单内部
export const PurchaseOrderInsideWorkStateTexts = { export const PurchaseOrderInsideWorkStateTexts = {
"-1": '取消订单', "-1": '取消订单',
1: '待新增采购订单', 1: '待新增采购订单',
......
...@@ -113,7 +113,6 @@ export function timeRange(val: number) { ...@@ -113,7 +113,6 @@ export function timeRange(val: number) {
return { st, et } return { st, et }
} }
export const arrayGroupsByCount = (array, count) => { export const arrayGroupsByCount = (array, count) => {
let index = 0; let index = 0;
let newArray = []; let newArray = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment