diff --git a/src/option/basicdata/BackStockTask.js b/src/option/basicdata/BackStockTask.js
index 15071b01..339c9db8 100644
--- a/src/option/basicdata/BackStockTask.js
+++ b/src/option/basicdata/BackStockTask.js
@@ -17,7 +17,7 @@ export default [
{
label: '配送回库任务编号',
prop: 'taskCode',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -27,7 +27,7 @@ export default [
{
label: '回库任务类型',
prop: 'retentionTypeName',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -37,7 +37,7 @@ export default [
{
label: '包条码',
prop: 'orderPackageCode',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -47,7 +47,7 @@ export default [
{
label: '订单编号',
prop: 'orderCode',
- type: 1,
+ type: 30,
values: '',
width: '300',
checkarr: [],
@@ -57,7 +57,7 @@ export default [
{
label: '运单编号',
prop: 'waybillNumber',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -67,7 +67,7 @@ export default [
{
label: '配送类型',
prop: 'deliveryTypeName',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -77,7 +77,7 @@ export default [
{
label: '货物类型',
prop: 'conditionsName',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -87,7 +87,7 @@ export default [
{
label: '预约编号',
prop: 'reservationCode',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -97,7 +97,7 @@ export default [
{
label: '配送车次',
prop: 'trainNumber',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -107,7 +107,7 @@ export default [
{
label: '装车车牌',
prop: 'vehicleNumber',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -117,7 +117,7 @@ export default [
{
label: '件数',
prop: 'retentionQuantity',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -127,7 +127,7 @@ export default [
{
label: '物料编码',
prop: 'materialNumber',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -137,7 +137,7 @@ export default [
{
label: '物料名称',
prop: 'materialName',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -147,7 +147,7 @@ export default [
{
label: '创建时间',
prop: 'createTime',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -157,7 +157,7 @@ export default [
{
label: '仓库名称',
prop: 'warehouseName',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -167,7 +167,7 @@ export default [
{
label: '回库任务状态',
prop: 'confirmStatusName',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -177,7 +177,7 @@ export default [
{
label: '回库操作人员',
prop: 'retentionScanUsername',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -187,7 +187,7 @@ export default [
{
label: '回库时间',
prop: 'retentionScanTime',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
diff --git a/src/option/basicdata/basicdataWarehouseTemp.js b/src/option/basicdata/basicdataWarehouseTemp.js
index 9c1c0de9..4ebcbbfc 100644
--- a/src/option/basicdata/basicdataWarehouseTemp.js
+++ b/src/option/basicdata/basicdataWarehouseTemp.js
@@ -1,377 +1,374 @@
export const columnList = [
- {
- prop: '',
- label: '复选框',
- type: 0,
- width: 55,
- fixed: true,
- },
- {
- prop: '',
- label: '序号',
- type: 12,
- values: '',
- width: 55,
- fixed: true,
- },
- {
- prop: 'name',
- label: '仓库名称',
- type: 1,
- values: '',
- width: '100',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'warehouseCode',
- label: '仓库编码',
- type:1,
- values: '',
- width: '100',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'abbreviation',
- label: '仓库简称',
- type: 1,
- values: '',
- width: '120',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'linkman',
- label: '联系人',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'contactNumber',
- label: '联系电话',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'legalPerson',
- label: '法人',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'legalPersonPhone',
- label: '法人联系电话',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'deposit',
- label: '押金',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'functionType',
- label: '职能类型',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'warehouseAddress',
- label: '仓库地址',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'departmentName',
- label: '所属部门',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'warehouseType',
- label: '仓库类型',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'fireGrade',
- label: '消防等级',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'fireRatingNot',
- label: '是否有消防等级',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'warehouseStructure',
- label: '仓库结构',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'elevatedNot',
- label: '是否高架',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'storeyHeight',
- label: '仓库层高',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
-
- {
- prop: 'powerCondition',
- label: '电力类型',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'unitPrice',
- label: '租金单价',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
-
- {
- prop: 'acreage',
- label: '面积',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'startDate',
- label: '开始时间',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'endDate',
- label: '到期时间',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
-
- {
- prop: 'rentType',
- label: '租金类型',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
-
-
-
- {
- prop: 'grade',
- label: '仓库等级',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'administrativeFee',
- label: '管理费',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'seating',
- label: '库位数',
- type: 1,
- values: '',
- width: '170',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
+ {
+ prop: '',
+ label: '复选框',
+ type: 0,
+ width: 55,
+ fixed: true,
+ },
+ {
+ prop: '',
+ label: '序号',
+ type: 12,
+ values: '',
+ width: 55,
+ fixed: true,
+ },
+ {
+ prop: 'name',
+ label: '仓库名称',
+ type: 30,
+ values: '',
+ width: '100',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'warehouseCode',
+ label: '仓库编码',
+ type: 1,
+ values: '',
+ width: '100',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'abbreviation',
+ label: '仓库简称',
+ type: 30,
+ values: '',
+ width: '120',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'linkman',
+ label: '联系人',
+ type: 30,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'contactNumber',
+ label: '联系电话',
+ type: 30,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'legalPerson',
+ label: '法人',
+ type: 30,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'legalPersonPhone',
+ label: '法人联系电话',
+ type: 30,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'deposit',
+ label: '押金',
+ type: 30,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'functionType',
+ label: '职能类型',
+ type: 30,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'warehouseAddress',
+ label: '仓库地址',
+ type: 30,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'departmentName',
+ label: '所属部门',
+ type: 30,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'warehouseType',
+ label: '仓库类型',
+ type: 30,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'fireGrade',
+ label: '消防等级',
+ type: 30,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'fireRatingNot',
+ label: '是否有消防等级',
+ type: 30,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'warehouseStructure',
+ label: '仓库结构',
+ type: 30,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'elevatedNot',
+ label: '是否高架',
+ type: 30,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'storeyHeight',
+ label: '仓库层高',
+ type: 30,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
- {
- prop: 'temporaryTurnoverArea',
- label: '临时周转面积(m²)',
- type: 1,
- values: '',
- width: '170',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'singleStorageLocationArea',
- label: '单库位面积(m²)',
- type: 1,
- values: '',
- width: '170',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'handlingStorageEntranceFee',
- label: '代作业入库费(元/件)',
- type: 1,
- values: '',
- width: '170',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'handlingStorageExitFee',
- label: '代作业出库费(元/件)',
- type: 1,
- values: '',
- width: '170',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
+ {
+ prop: 'powerCondition',
+ label: '电力类型',
+ type: 30,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'unitPrice',
+ label: '租金单价',
+ type: 30,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'acreage',
+ label: '面积',
+ type: 30,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'startDate',
+ label: '开始时间',
+ type: 30,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'endDate',
+ label: '到期时间',
+ type: 30,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
- {
- prop: 'remarks',
- label: '备注',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'createUserName',
- label: '操作',
- type: 6,
- values: '',
- width: '180',
- checkarr: [],
- fixed: 'right',
- sortable: false,
- },
-]
\ No newline at end of file
+ {
+ prop: 'rentType',
+ label: '租金类型',
+ type: 30,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+
+ {
+ prop: 'grade',
+ label: '仓库等级',
+ type: 30,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'administrativeFee',
+ label: '管理费',
+ type: 30,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'seating',
+ label: '库位数',
+ type: 30,
+ values: '',
+ width: '170',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+
+ {
+ prop: 'temporaryTurnoverArea',
+ label: '临时周转面积(m²)',
+ type: 30,
+ values: '',
+ width: '170',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'singleStorageLocationArea',
+ label: '单库位面积(m²)',
+ type: 30,
+ values: '',
+ width: '170',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'handlingStorageEntranceFee',
+ label: '代作业入库费(元/件)',
+ type: 30,
+ values: '',
+ width: '170',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'handlingStorageExitFee',
+ label: '代作业出库费(元/件)',
+ type: 30,
+ values: '',
+ width: '170',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+
+ {
+ prop: 'remarks',
+ label: '备注',
+ type: 30,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'createUserName',
+ label: '操作',
+ type: 6,
+ values: '',
+ width: '180',
+ checkarr: [],
+ fixed: 'right',
+ sortable: false,
+ },
+];
diff --git a/src/views/basicdata/warehouse/tray/basicdataTrayedt.vue b/src/views/basicdata/warehouse/tray/basicdataTrayedt.vue
index 65926d73..0ac147c6 100644
--- a/src/views/basicdata/warehouse/tray/basicdataTrayedt.vue
+++ b/src/views/basicdata/warehouse/tray/basicdataTrayedt.vue
@@ -169,6 +169,7 @@ import option from '@/option/basic/basicPdarecords';
import { mapGetters } from 'vuex';
import { getDictionaryBiz } from '@/api/system/dict';
import dayjs from 'dayjs';
+import { handleTranslationDataSeclect } from '@/utils/util';
export default {
data() {
@@ -615,7 +616,7 @@ export default {
{
prop: 'serviceNumber',
label: '服务号',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -626,7 +627,7 @@ export default {
{
prop: 'waybillNumber',
label: '运单号',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -637,7 +638,7 @@ export default {
{
prop: 'orderCode',
label: '订单自编号',
- type: 1,
+ type: 30,
values: '',
width: '300',
checkarr: [],
@@ -648,7 +649,7 @@ export default {
{
prop: 'orderPackageCode',
label: '包条码',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -656,10 +657,24 @@ export default {
sortable: true,
head: false,
},
+ {
+ prop: 'isFleeingName',
+ label: '是否窜货',
+ type: 30,
+ values: '',
+ width: '80',
+ checkarr: [
+ { value: 0, label: '否' },
+ { value: 1, label: '是' },
+ ],
+ fixed: false,
+ sortable: false,
+ head: false,
+ },
{
prop: 'warehouse',
label: '仓库',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -670,7 +685,7 @@ export default {
{
prop: 'firsts',
label: '一级品类',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -681,7 +696,7 @@ export default {
{
prop: 'second',
label: '二级品类',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -692,7 +707,7 @@ export default {
{
prop: 'thirdProduct',
label: '三级品类',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -703,7 +718,7 @@ export default {
{
prop: 'materialCode',
label: '物品编号',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -714,7 +729,7 @@ export default {
{
prop: 'materialName',
label: '物品名称',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -725,7 +740,7 @@ export default {
{
prop: 'brandName',
label: '品牌',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -736,7 +751,7 @@ export default {
{
prop: 'orderPackageStatusName',
label: '包件状态',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -747,7 +762,7 @@ export default {
{
prop: 'orderPackageFreezeStatusName',
label: '包件冻结状态',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -758,7 +773,7 @@ export default {
{
prop: 'orderPackageGroundingStatusName',
label: '包件上架状态',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -769,7 +784,7 @@ export default {
{
prop: 'orderPackageStockupStatusName',
label: '包件备货状态',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -780,7 +795,7 @@ export default {
{
prop: 'orderPackageReservationStatusName',
label: '包件预约状态',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -791,7 +806,7 @@ export default {
{
prop: 'orderPackageLoadingStatusName',
label: '包件装车状态',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -802,7 +817,7 @@ export default {
{
prop: 'positionCode',
label: '所在库位',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -813,7 +828,7 @@ export default {
// {
// prop: 'columnNum',
// label: '所在列',
- // type: 1,
+ // type: 30,
// values: '',
// width: '150',
// checkarr: [],
@@ -824,7 +839,7 @@ export default {
// {
// prop: 'layerNum',
// label: '所在层',
- // type: 1,
+ // type: 30,
// values: '',
// width: '150',
// checkarr: [],
@@ -847,7 +862,7 @@ export default {
{
prop: 'sku',
label: 'sku',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -858,7 +873,7 @@ export default {
{
prop: 'descriptionGoods',
label: '物料名称',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -869,7 +884,7 @@ export default {
{
prop: 'cargoNumber',
label: '物料编号',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -880,7 +895,7 @@ export default {
{
prop: 'cargoNorms',
label: '规格',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -891,7 +906,7 @@ export default {
{
prop: 'cargoUnit',
label: '单位',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -902,7 +917,7 @@ export default {
{
prop: 'warehouseName',
label: '仓库',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -913,7 +928,7 @@ export default {
{
prop: 'marketName',
label: '商场名称',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -924,7 +939,7 @@ export default {
{
prop: 'positionCode',
label: '所在库位',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -935,7 +950,7 @@ export default {
// {
// prop: 'columnNum',
// label: '所在列',
- // type: 1,
+ // type: 30,
// values: '',
// width: '150',
// checkarr: [],
@@ -946,7 +961,7 @@ export default {
// {
// prop: 'layerNum',
// label: '所在层',
- // type: 1,
+ // type: 30,
// values: '',
// width: '150',
// checkarr: [],
@@ -957,7 +972,7 @@ export default {
{
prop: 'num',
label: '数量',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -980,7 +995,7 @@ export default {
{
prop: 'dealerName',
label: '经销商名称',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -991,7 +1006,7 @@ export default {
{
prop: 'waybillNo',
label: '运单号',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -1002,7 +1017,7 @@ export default {
{
prop: 'dealerCode',
label: '经销商编码',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -1013,7 +1028,7 @@ export default {
{
prop: 'consigneePerson',
label: '运单收货人',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -1024,7 +1039,7 @@ export default {
{
prop: 'consigneeAddress',
label: '运单收货地址',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -1035,7 +1050,7 @@ export default {
{
prop: 'consigneeMobile',
label: '运单收货电话',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -1046,7 +1061,7 @@ export default {
{
prop: 'positionCode',
label: '所在库位',
- type: 1,
+ type: 30,
values: '',
width: '150',
checkarr: [],
@@ -1057,7 +1072,7 @@ export default {
// {
// prop: 'columnNum',
// label: '所在列',
- // type: 1,
+ // type: 30,
// values: '',
// width: '150',
// checkarr: [],
@@ -1068,7 +1083,7 @@ export default {
// {
// prop: 'layerNum',
// label: '所在行',
- // type: 1,
+ // type: 30,
// values: '',
// width: '150',
// checkarr: [],
@@ -1245,6 +1260,7 @@ export default {
getpackList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
const data = res.data.data;
this.packdata = data.records;
+ handleTranslationDataSeclect(this.packdata, this.wrapoptioncolumn);
this.packpage.total = data.total;
});
},
diff --git a/src/views/distribution/artery/truckLoadingDetails.vue b/src/views/distribution/artery/truckLoadingDetails.vue
index dfe02d47..e8a66e81 100644
--- a/src/views/distribution/artery/truckLoadingDetails.vue
+++ b/src/views/distribution/artery/truckLoadingDetails.vue
@@ -85,9 +85,9 @@
零担批量卸车确认
@@ -398,6 +398,7 @@ import {
handleClearTableQuery,
getObjType,
ChecksWhetherTheWarehouseIsSelected,
+ isNumber,
} from '@/utils/util';
import { detailsColumnList } from '@/option/distribution/TripartiteTransfer';
import { useRouter, useRoute } from 'vue-router';
@@ -1617,6 +1618,8 @@ const handleBatchLoadConfirm = () => {
for (let i = 0; i < details.selectionList.length; i++) {
const val = details.selectionList[i];
+ if (!isNumber(val.unloadNum) || val.unloadNum <= 0)
+ return ElMessage.warning('零担卸车确认需要卸车数大于0');
if (Number(val.type) !== 2) return ElMessage.warning('请勿选择包件数据');
loadScanIds.push(val.id);
}
diff --git a/src/views/waybill/orderPackageList.vue b/src/views/waybill/orderPackageList.vue
index cb227b4c..30b0ea48 100644
--- a/src/views/waybill/orderPackageList.vue
+++ b/src/views/waybill/orderPackageList.vue
@@ -490,7 +490,7 @@ const {
for (let i = 0; i < details.packageListColumnList.length; i++) {
const item = details.packageListColumnList[i];
- if (item.type !== 0 && item.type !== 12 && item.type !== 6 && item.type !== 13) item.type = 1;
+ if (item.type !== 0 && item.type !== 12 && item.type !== 6 && item.type !== 13) item.type = 30;
console.log('item :>> ', item);
}
From 89ba3d71a3942f0ab024ce6393a2361fef1023a5 Mon Sep 17 00:00:00 2001
From: qb <1191961160@qq.com>
Date: Wed, 13 Nov 2024 18:10:55 +0800
Subject: [PATCH 3/9] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=89=98=E7=9B=98?=
=?UTF-8?q?=E5=8C=85=E4=BB=B6=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../warehouse/tray/basicdataTrayedt.vue | 132 +++++++++---------
1 file changed, 66 insertions(+), 66 deletions(-)
diff --git a/src/views/basicdata/warehouse/tray/basicdataTrayedt.vue b/src/views/basicdata/warehouse/tray/basicdataTrayedt.vue
index 0ac147c6..116233a0 100644
--- a/src/views/basicdata/warehouse/tray/basicdataTrayedt.vue
+++ b/src/views/basicdata/warehouse/tray/basicdataTrayedt.vue
@@ -748,72 +748,72 @@ export default {
sortable: true,
head: false,
},
- {
- prop: 'orderPackageStatusName',
- label: '包件状态',
- type: 30,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'orderPackageFreezeStatusName',
- label: '包件冻结状态',
- type: 30,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'orderPackageGroundingStatusName',
- label: '包件上架状态',
- type: 30,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'orderPackageStockupStatusName',
- label: '包件备货状态',
- type: 30,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'orderPackageReservationStatusName',
- label: '包件预约状态',
- type: 30,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'orderPackageLoadingStatusName',
- label: '包件装车状态',
- type: 30,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
+ // {
+ // prop: 'orderPackageStatusName',
+ // label: '包件状态',
+ // type: 30,
+ // values: '',
+ // width: '150',
+ // checkarr: [],
+ // fixed: false,
+ // sortable: true,
+ // head: false,
+ // },
+ // {
+ // prop: 'orderPackageFreezeStatusName',
+ // label: '包件冻结状态',
+ // type: 30,
+ // values: '',
+ // width: '150',
+ // checkarr: [],
+ // fixed: false,
+ // sortable: true,
+ // head: false,
+ // },
+ // {
+ // prop: 'orderPackageGroundingStatusName',
+ // label: '包件上架状态',
+ // type: 30,
+ // values: '',
+ // width: '150',
+ // checkarr: [],
+ // fixed: false,
+ // sortable: true,
+ // head: false,
+ // },
+ // {
+ // prop: 'orderPackageStockupStatusName',
+ // label: '包件备货状态',
+ // type: 30,
+ // values: '',
+ // width: '150',
+ // checkarr: [],
+ // fixed: false,
+ // sortable: true,
+ // head: false,
+ // },
+ // {
+ // prop: 'orderPackageReservationStatusName',
+ // label: '包件预约状态',
+ // type: 30,
+ // values: '',
+ // width: '150',
+ // checkarr: [],
+ // fixed: false,
+ // sortable: true,
+ // head: false,
+ // },
+ // {
+ // prop: 'orderPackageLoadingStatusName',
+ // label: '包件装车状态',
+ // type: 30,
+ // values: '',
+ // width: '150',
+ // checkarr: [],
+ // fixed: false,
+ // sortable: true,
+ // head: false,
+ // },
{
prop: 'positionCode',
label: '所在库位',
From 2e9e2a19cec61c84a9f6933d0764c95a7a73dcb8 Mon Sep 17 00:00:00 2001
From: xzg <4727863@qq.com>
Date: Wed, 13 Nov 2024 18:23:20 +0800
Subject: [PATCH 4/9] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B7=B2=E7=9F=A5bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Tableexportcomponent.vue | 118 +-
src/option/aftersales/vueTvemp.js | 86 +-
src/option/reportforms/DeliveryDetailsVtwo.js | 64 +-
src/router/views/index.js | 4 +-
src/views/aftersales/aftersalesWorkOrder.vue | 6880 ++++++-----------
.../aftersales/aftersalesWorkOrderAdd.vue | 4 +-
.../aftersales/aftersalesWorkOrderInfo.vue | 61 +-
.../aftersales/aftersalesWorkOrderTemp.vue | 6759 +++++++++++-----
.../aftersales/aftersalesWorkOrderend.vue | 731 +-
src/views/reportforms/DeliveryDetailsVtwo.vue | 4 +-
10 files changed, 7626 insertions(+), 7085 deletions(-)
diff --git a/src/components/Tableexportcomponent/Tableexportcomponent.vue b/src/components/Tableexportcomponent/Tableexportcomponent.vue
index 8183f742..b4ed919a 100644
--- a/src/components/Tableexportcomponent/Tableexportcomponent.vue
+++ b/src/components/Tableexportcomponent/Tableexportcomponent.vue
@@ -3,9 +3,15 @@
表格导出名称
+
+
+
+
+
+
{
+const removeColumn = columnLabel => {
const index = menuData.value.findIndex(item => item.label === columnLabel);
if (index !== -1) {
menuData.value.splice(index, 1);
}
};
+
// 移除 '序号' 列
removeColumn('序号');
removeColumn('操作');
@@ -81,96 +92,40 @@ const transferProps = {
// 导出到 Excel 的函数
const exportToExcel = () => {
+ // 检查是否选择了要导出的字段
if (checkedColumns.value.length === 0) {
ElMessage.warning('请选择要导出的字段');
return;
}
+
+ // 设置默认导出文件名
if (!exportFileName.value) {
- ElMessage({
- message: '请输入导出名称',
- type: 'warning',
- });
- return;
+ exportFileName.value = '默认导出名称';
}
- const selectedColumns = transferData.value.filter(item =>
- checkedColumns.value.includes(item.key)
- );
- const headers = selectedColumns.map(col => col.label);
- const fields = selectedColumns.map(col => col.prop);
+ // 获取选中的列
+ const selectedColumns = transferData.value
+ .filter(item => checkedColumns.value.includes(item.key))
+ .map(col => ({ label: col.label, prop: col.prop }));
// 准备导出数据
- let exportData = props.data.map(item => {
- return fields.map(field => {
- const value = item[field];
- return value !== undefined && value !== null ? value : '';
- });
- });
-
- // 填充空白单元格
- exportData = fillEmptyCells(exportData);
+ const exportData = (radio.value == 1 ? props.data : props.checkedData).map(item =>
+ selectedColumns.map(col =>
+ item[col.prop] !== undefined && item[col.prop] !== null ? item[col.prop] : ''
+ )
+ );
// 添加表头
- exportData.unshift(headers);
+ exportData.unshift(selectedColumns.map(col => col.label));
- // 创建工作表
+ // 创建工作表并添加到工作簿
const worksheet = XLSX.utils.aoa_to_sheet(exportData);
-
- // 设置列宽和样式
- applyStyles(worksheet, exportData);
-
const workbook = XLSX.utils.book_new();
XLSX.utils.book_append_sheet(workbook, worksheet, exportFileName.value);
- // 生成文件并下载
+ // 生成并下载文件
XLSX.writeFile(workbook, `${exportFileName.value}.xlsx`);
};
-
-// 填充空白单元格的函数
-const fillEmptyCells = (data) => {
- return data;
-};
-
-// 设置样式的函数
-const applyStyles = (worksheet, data) => {
- const rowCount = data.length;
- const colCount = data[0].length;
-
- // 计算每列的最大宽度
- const colWidths = new Array(colCount).fill(0);
- data.forEach(row => {
- row.forEach((cell, index) => {
- const cellWidth = cell ? cell.toString().length : 0;
- if (cellWidth > colWidths[index]) {
- colWidths[index] = cellWidth;
- }
- });
- });
-
- // 设置列宽
- const wscols = colWidths.map(width => ({ wch: Math.min(width + 2, 50) })); // 加2为了留些边距,最大宽度限制为50
- worksheet['!cols'] = wscols;
-
- // 设置所有单元格的默认样式
- const range = XLSX.utils.decode_range(worksheet['!ref']);
- for (let col = range.s.c; col <= range.e.c; col++) {
- for (let row = range.s.r; row <= range.e.r; row++) {
- const cellRef = XLSX.utils.encode_cell({ c: col, r: row });
- if (!worksheet[cellRef]) worksheet[cellRef] = { v: '' };
- if (!worksheet[cellRef].s) worksheet[cellRef].s = {};
- worksheet[cellRef].s.alignment = {
- vertical: 'center',
- horizontal: 'center',
- wrapText: true,
- };
-
- // 设置表头样式
- if (row === 0) {
- worksheet[cellRef].s.font = { bold: true };
- }
- }
- }
-};
\ No newline at end of file
+:deep(.el_TablePage_radio) {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: space-evenly;
+ height: 51px;
+ border: 1px solid #ccc;
+ .is-checked {
+ border-color: none;
+ }
+}
+
diff --git a/src/option/aftersales/vueTvemp.js b/src/option/aftersales/vueTvemp.js
index 7232b253..90da4b46 100644
--- a/src/option/aftersales/vueTvemp.js
+++ b/src/option/aftersales/vueTvemp.js
@@ -207,28 +207,29 @@ export const columnList = [
// sortable: true,
// head: false,
// },
- // {
- // prop: 'a',
- // label: '处理结果',
- // type: 1,
- // values: '',
- // width: '150',
- // checkarr: [],
- // fixed: false,
- // sortable: true,
- // head: false,
- // },
- // {
- // prop: 'a',
- // label: '处理结果—理赔金额',
- // type: 1,
- // values: '',
- // width: '150',
- // checkarr: [],
- // fixed: false,
- // sortable: true,
- // head: false,
- // },
+ {
+ prop: 'resultTypes',
+ label: '处理结果',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'totalAmountNum',
+ label: '处理结果—理赔金额',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ isshowSummary: true, //开启统计
+ },
// {
// prop: 'a',
// label: '营业部处理客服',
@@ -329,17 +330,7 @@ export const columnList = [
sortable: true,
head: false,
},
- {
- prop: 'totalAmount',
- label: '赔款金额',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
+
{
prop: 'operator',
@@ -1846,16 +1837,17 @@ export const columnList2 = [
head: false,
},
{
- prop: 'a', //discoveryNode
- label: '工单创建仓',
+ prop: 'ceator',
+ label: '创建人',
type: 1,
values: '',
- width: '140',
+ width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
+
{
prop: 'workOrderNumber',
@@ -1969,17 +1961,17 @@ export const columnList2 = [
sortable: true,
head: false,
},
- {
- prop: 'a',
- label: '责任方',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
+ // {
+ // prop: 'a',
+ // label: '责任方',
+ // type: 1,
+ // values: '',
+ // width: '150',
+ // checkarr: [],
+ // fixed: false,
+ // sortable: true,
+ // head: false,
+ // },
{
prop: 'createTime',
label: '工单创建时间',
diff --git a/src/option/reportforms/DeliveryDetailsVtwo.js b/src/option/reportforms/DeliveryDetailsVtwo.js
index 18f35c47..5a4f0b40 100644
--- a/src/option/reportforms/DeliveryDetailsVtwo.js
+++ b/src/option/reportforms/DeliveryDetailsVtwo.js
@@ -39,7 +39,7 @@ export const columnList = [
{
prop: 'taskTime',
label: '配送日期',
- type: 4,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -51,7 +51,7 @@ export const columnList = [
{
prop: 'warehouseName',
label: '仓库',
- type: 2,
+ type:1,
values: '',
width: '150',
checkarr: [],
@@ -62,7 +62,7 @@ export const columnList = [
{
prop: 'brand',
label: '品牌',
- type: 2,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -74,7 +74,7 @@ export const columnList = [
{
prop: 'type',
label: '配送类型',
- type: 3,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -85,7 +85,7 @@ export const columnList = [
{
prop: 'kind',
label: '配送种类',
- type: 3,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -96,7 +96,7 @@ export const columnList = [
{
prop: 'vehicleName',
label: '配送车辆',
- type: 2,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -107,7 +107,7 @@ export const columnList = [
{
prop: 'driverName',
label: '配送司机',
- type: 2,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -118,7 +118,7 @@ export const columnList = [
{
prop: 'distributionCompany',
label: '配送公司',
- type: 2,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -129,7 +129,7 @@ export const columnList = [
{
prop: 'drConsignee',
label: '客户名称',
- type: 2,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -140,7 +140,7 @@ export const columnList = [
{
prop: 'deliveryPhone',
label: '客户电话',
- type: 2,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -151,7 +151,7 @@ export const columnList = [
{
prop: 'deliveryAddress',
label: '地址',
- type: 2,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -162,7 +162,7 @@ export const columnList = [
{
prop: 'consignee',
label: '运单收货单位',
- type: 2,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -173,7 +173,7 @@ export const columnList = [
{
prop: 'consigneeName',
label: '运单收货人',
- type: 2,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -184,7 +184,7 @@ export const columnList = [
{
prop: 'consigneeMobile',
label: '运单收货电话',
- type: 2,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -195,7 +195,7 @@ export const columnList = [
{
prop: 'waybillNo',
label: '运单号',
- type: 2,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -228,7 +228,7 @@ export const columnList = [
{
prop: 'customerTrain',
label: '客户车次号',
- type: 2,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -250,7 +250,7 @@ export const columnList = [
{
prop: 'firsts',
label: '一级品',
- type: 2,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -261,7 +261,7 @@ export const columnList = [
{
prop: 'decond',
label: '二级品',
- type: 2,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -272,7 +272,7 @@ export const columnList = [
{
prop: 'thirdProduct',
label: '三级品',
- type: 2,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -283,7 +283,7 @@ export const columnList = [
{
prop: 'materialCode',
label: '物料编码',
- type: 2,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -294,7 +294,7 @@ export const columnList = [
{
prop: 'materialName',
label: '物料名称',
- type: 2,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -305,7 +305,7 @@ export const columnList = [
{
prop: 'startWar',
label: '始发仓',
- type: 2,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -316,7 +316,7 @@ export const columnList = [
{
prop: 'startWarInTime',
label: '始发仓入库日期',
- type: 4,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -327,7 +327,7 @@ export const columnList = [
{
prop: 'startWarOutTime',
label: '始发仓发货日期',
- type: 4,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -338,7 +338,7 @@ export const columnList = [
{
prop: 'warehouseEntryTimeEnd',
label: '入库时间',
- type: 4,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -361,7 +361,7 @@ export const columnList = [
{
prop: 'unloadTime',
label: '装车时间',
- type: 4,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -372,7 +372,7 @@ export const columnList = [
{
prop: 'unAdministratorsName',
label: '装车人',
- type: 2,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -383,7 +383,7 @@ export const columnList = [
{
prop: 'driverSigning',
label: '司机签收状态',
- type: 3,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -394,7 +394,7 @@ export const columnList = [
{
prop: 'sjsigningTime',
label: '签收时间',
- type: 4,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -405,7 +405,7 @@ export const columnList = [
{
prop: 'ldsSigneeName',
label: '签收人',
- type: 2,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -450,7 +450,7 @@ export const columnList = [
{
prop: 'signingTime',
label: '文员审核时间',
- type: 4,
+ type: 1,
values: '',
width: '150',
checkarr: [],
@@ -461,7 +461,7 @@ export const columnList = [
{
prop: 'examineUserName',
label: '审核人名称',
- type: 2,
+ type: 1,
values: '',
width: '150',
checkarr: [],
diff --git a/src/router/views/index.js b/src/router/views/index.js
index 392fef18..ec092d40 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -1483,7 +1483,7 @@ export default [
{
meta: {
i18n: 'dict',
- keepAlive: false,
+ keepAlive: true,
},
path: '/aftersales/aftersalesWorkOrderInfo',
name: '工单详情查看',
@@ -1550,7 +1550,7 @@ export default [
{
meta: {
i18n: 'dict',
- keepAlive: false,
+ keepAlive: true,
},
path: '/aftersales/aftersalesWorkOrderend',
name: '工单完结',
diff --git a/src/views/aftersales/aftersalesWorkOrder.vue b/src/views/aftersales/aftersalesWorkOrder.vue
index a67f6af2..31bbf78d 100644
--- a/src/views/aftersales/aftersalesWorkOrder.vue
+++ b/src/views/aftersales/aftersalesWorkOrder.vue
@@ -1,1031 +1,480 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 搜 索
- 清 空
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜 索
+ 清 空
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ slotProps.scope.column.label === '异常工单号'
+ ? slotProps.scope.row.workOrderNumber
+ : ''
+ }}
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ 查看
-
-
-
-
-
+ 申诉
+ 处理提交
+ 取消申诉
+ 编辑
+ 删除记录
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ Searchboxpop.SearchboxpopUpwindowtitle }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ Searchboxpop.SearchboxpopUpwindowtitle }}
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ 网络导出
+
+
+ 本地导出
+
+
+
-
+
+
+
+
+
-
-
diff --git a/src/views/aftersales/aftersalesWorkOrderAdd.vue b/src/views/aftersales/aftersalesWorkOrderAdd.vue
index d13a70cb..9f9e7c40 100644
--- a/src/views/aftersales/aftersalesWorkOrderAdd.vue
+++ b/src/views/aftersales/aftersalesWorkOrderAdd.vue
@@ -1135,7 +1135,7 @@ const Responsemoval = index => {
};
const calculateMaxValues = () => {
- return
+ return;
// 计算每个输入框剩余最大值
let data = form.value.responsibilitiesList;
let totalUsed = data.reduce((acc, item) => acc + item.responsibilityRatio, 0);
@@ -1749,7 +1749,7 @@ const onSubmit = () => {
$useStore.commit('EDIT_REFRESHITEM', {
title: 'aftersalesWorkOrder',
status: true,
- });
+ }); //要刷新的页面
$useStore.commit('Customer_Menu', 0); //要刷新的菜单
$useStore.commit('DEL_TAG_CURRENT'); //关闭当前页面
$router.push({
diff --git a/src/views/aftersales/aftersalesWorkOrderInfo.vue b/src/views/aftersales/aftersalesWorkOrderInfo.vue
index 9a4da684..4c73a464 100644
--- a/src/views/aftersales/aftersalesWorkOrderInfo.vue
+++ b/src/views/aftersales/aftersalesWorkOrderInfo.vue
@@ -3,8 +3,8 @@
-
-
+
+
@@ -42,11 +42,7 @@
/>
-
+
@@ -67,6 +63,7 @@
placement="top"
>
-
+
@@ -334,9 +331,9 @@
@@ -805,12 +802,16 @@
+
- const _res = await $_batchReturn(data);
- const { code, msg } = _res.data;
+
diff --git a/src/views/aftersales/aftersalesWorkOrderend.vue b/src/views/aftersales/aftersalesWorkOrderend.vue
index 414d78d3..dd3c5794 100644
--- a/src/views/aftersales/aftersalesWorkOrderend.vue
+++ b/src/views/aftersales/aftersalesWorkOrderend.vue
@@ -3,8 +3,8 @@