Merge remote-tracking branch 'websoft/master'

This commit is contained in:
2026-08-07 15:44:24 +08:00
59 changed files with 295 additions and 110 deletions
+2
View File
@@ -227,6 +227,7 @@ export const auditColumns = [
{
label: '创建时间',
prop: 'createTime',
sortable: true,
type: 'datetime',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
@@ -237,6 +238,7 @@ export const auditColumns = [
{
label: '更新时间',
prop: 'updateTime',
sortable: true,
type: 'datetime',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
+5
View File
@@ -313,6 +313,7 @@ export const option = createCrudOption([
{
label: '开始日期',
prop: 'startDate',
sortable: true,
type: 'date',
format: 'YYYY-MM-DD',
valueFormat: 'YYYY-MM-DD',
@@ -323,6 +324,7 @@ export const option = createCrudOption([
{
label: '结束日期',
prop: 'endDate',
sortable: true,
type: 'date',
format: 'YYYY-MM-DD',
valueFormat: 'YYYY-MM-DD',
@@ -333,6 +335,7 @@ export const option = createCrudOption([
{
label: '临时效力起',
prop: 'temporaryStartDate',
sortable: true,
type: 'date',
format: 'YYYY-MM-DD',
valueFormat: 'YYYY-MM-DD',
@@ -343,6 +346,7 @@ export const option = createCrudOption([
{
label: '临时效力止',
prop: 'temporaryEndDate',
sortable: true,
type: 'date',
format: 'YYYY-MM-DD',
valueFormat: 'YYYY-MM-DD',
@@ -425,6 +429,7 @@ export const option = createCrudOption([
{
label: '创建时间',
prop: 'createTime',
sortable: true,
type: 'datetime',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
+1
View File
@@ -386,6 +386,7 @@ export const option = createCrudOption([
{
label: '审核通过时间',
prop: 'approvedTime',
sortable: true,
type: 'datetime',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
+5 -3
View File
@@ -153,19 +153,19 @@ export const config = {
title: '收发货信息',
fields: [
['departureName', '发货地'],
['departureAddress', '发货地址', 2],
['departureContact', '发货联系人'],
['departureAddress', '发货地址'],
['departurePhone', '发货联系方式'],
['arrivalName', '收货地'],
['arrivalAddress', '到货地址', 2],
['arrivalContact', '收货联系人'],
['arrivalAddress', '到货地址'],
['arrivalPhone', '收货联系方式'],
],
},
{
title: '其它信息',
fields: [
['remark', '备注', 2],
['remark', '备注'],
['updateUserName', '更新人'],
['updateTime', '更新时间'],
['createTime', '创建时间'],
@@ -306,6 +306,7 @@ export const option = {
{
label: '计划开始日期',
prop: 'planStartDate',
sortable: true,
type: 'date',
format: 'YYYY-MM-DD',
valueFormat: 'YYYY-MM-DD',
@@ -316,6 +317,7 @@ export const option = {
{
label: '计划结束日期',
prop: 'planEndDate',
sortable: true,
type: 'date',
format: 'YYYY-MM-DD',
valueFormat: 'YYYY-MM-DD',
+4
View File
@@ -392,6 +392,7 @@ export const option = {
{
label: '实际发货时间',
prop: 'startDate',
sortable: true,
type: 'datetime',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
@@ -400,6 +401,7 @@ export const option = {
{
label: '实际完成时间',
prop: 'endDate',
sortable: true,
type: 'datetime',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
@@ -429,6 +431,7 @@ export const option = {
{
label: '预计发货日期',
prop: 'estimatedStartTime',
sortable: true,
type: 'date',
format: 'YYYY-MM-DD',
valueFormat: 'YYYY-MM-DD',
@@ -442,6 +445,7 @@ export const option = {
{
label: '预计完成日期',
prop: 'estimatedEndTime',
sortable: true,
type: 'date',
format: 'YYYY-MM-DD',
valueFormat: 'YYYY-MM-DD',