From 8611a1ba1696e76cced04ff5d658ba138a05dafd Mon Sep 17 00:00:00 2001 From: zenglf <18502938215@163.com> Date: 星期六, 19 八月 2023 14:37:32 +0800 Subject: [PATCH] 设备管理前端代码提交 截止 20230819 13:55 分 --- src/views/spare/modules/sparePartScrap/SparePartScrapForm.vue | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/src/views/spare/modules/sparePartScrap/SparePartScrapForm.vue b/src/views/spare/modules/sparePartScrap/SparePartScrapForm.vue index 6d799f3..bf9e454 100644 --- a/src/views/spare/modules/sparePartScrap/SparePartScrapForm.vue +++ b/src/views/spare/modules/sparePartScrap/SparePartScrapForm.vue @@ -56,6 +56,8 @@ <j-vxe-table keep-source :ref='refKeys[0]' + :bordered='bordered' + :alwaysEdit='true' :loading='sparesScrapDetailTable.loading' :columns='sparesScrapDetailTable.columns' :dataSource='sparesScrapDetailTable.dataSource' @@ -96,6 +98,7 @@ data() { return { departs:[], + bordered:true, labelCol: { xs: { span: 24 }, sm: { span: 5 } @@ -137,6 +140,7 @@ key: 'spareNum', fixed: 'left', type: JVXETypes.normal, + align:'center', width: '150px', placeholder: '璇疯緭鍏�${title}', defaultValue: '' @@ -144,6 +148,7 @@ { title: '澶囦欢鍚嶇О', key: 'spareName', + align:'center', type: JVXETypes.normal, fixed: 'left', width: '150px', @@ -153,6 +158,7 @@ { title: '鍨嬪彿', key: 'model', + align:'center', type: JVXETypes.normal, width: '150px', placeholder: '璇疯緭鍏�${title}', @@ -162,6 +168,7 @@ title: '瑙勬牸', key: 'specification', type: JVXETypes.normal, + align:'center', width: '150px', placeholder: '璇疯緭鍏�${title}', defaultValue: '' @@ -171,6 +178,7 @@ key: 'batchNum', type: JVXETypes.normal, width: '200px', + align:'center', placeholder: '璇疯緭鍏�${title}', defaultValue: '' }, @@ -178,6 +186,7 @@ title: '鍒堕�犲晢', key: 'constructorName', type: JVXETypes.normal, + align:'center', width: '200px', placeholder: '璇疯緭鍏�${title}', defaultValue: '' @@ -186,6 +195,7 @@ title: '鍑哄巶鏃ユ湡', key: 'manufactureDate', type: JVXETypes.normal, + align:'center', width: '200px', placeholder: '璇疯緭鍏�${title}', defaultValue: '' @@ -195,6 +205,7 @@ title: '鏈夋晥鏃ユ湡', key: 'validityPeriod', type: JVXETypes.normal, + align:'center', width: '200px', placeholder: '璇疯緭鍏�${title}', defaultValue: '' @@ -204,6 +215,7 @@ key: 'scrapReason', type: JVXETypes.textarea, width: '200px', + align:'center', placeholder: '璇疯緭鍏�${title}', defaultValue: '', validateRules: [ @@ -218,6 +230,7 @@ key: 'mainUnitIdName', type: JVXETypes.normal, width: '200px', + align:'center', placeholder: '璇疯緭鍏�${title}', defaultValue: '' }, @@ -225,6 +238,7 @@ title: '涓诲崟浣�', key: 'mainUnitId', type: JVXETypes.hidden, + align:'center', width: '200px', placeholder: '璇疯緭鍏�${title}', defaultValue: '' @@ -233,6 +247,7 @@ title: '杈呭崟浣�', key: 'auxiliaryUnitIdName', type: JVXETypes.normal, + align:'center', width: '200px', placeholder: '璇疯緭鍏�${title}', defaultValue: '' @@ -240,6 +255,7 @@ { title: '杈呭崟浣�', key: 'auxiliaryUnitId', + align:'center', type: JVXETypes.hidden, width: '200px', placeholder: '璇疯緭鍏�${title}', @@ -248,6 +264,7 @@ { title: '涓绘暟閲�', key: 'mainQuantity', + align:'center', type: JVXETypes.normal, width: '200px', placeholder: '璇疯緭鍏�${title}', @@ -258,6 +275,7 @@ title: '杈呮暟閲�', key: 'auxiliaryQuantity', type: JVXETypes.normal, + align:'center', width: '200px', placeholder: '璇疯緭鍏�${title}', defaultValue: '' @@ -266,6 +284,7 @@ title: '澶囦欢id', key: 'sparePartId', type: JVXETypes.hidden, + align:'center', width: '200px', placeholder: '璇疯緭鍏�${title}', defaultValue: '' @@ -275,12 +294,14 @@ key: 'sparePartInventoryId', type: JVXETypes.hidden, width: '200px', + align:'center', placeholder: '璇疯緭鍏�${title}', defaultValue: '' }, { title: '鎶ュ簾涓绘暟閲�', key: 'scrapMainQuantity', + align:'center', type: JVXETypes.inputNumber, width: '200px', placeholder: '璇疯緭鍏�${title}', @@ -316,6 +337,7 @@ }, { title: '鎶ュ簾杈呮暟閲�', + align:'center', key: 'scrapAuxiliaryQuantity', type: JVXETypes.normal, width: '200px', @@ -324,6 +346,7 @@ }, { title: '搴撳尯', + align:'center', key: 'warehouseAreaIdName', type: JVXETypes.normal, width: '200px', @@ -332,6 +355,7 @@ }, { title: '搴撳尯id', + align:'center', key: 'warehouseAreaId', type: JVXETypes.hidden, width: '200px', @@ -340,6 +364,7 @@ }, { title: '搴撲綅', + align:'center', key: 'warehouseLocationIdName', type: JVXETypes.normal, width: '200px', @@ -348,6 +373,7 @@ }, { title: '搴撲綅id', + align:'center', key: 'warehouseLocationId', type: JVXETypes.hidden, width: '200px', -- Gitblit v1.9.3