From d2c182e7310c30a38ec6ce0d8a1d2ce00d51ac8f Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期四, 04 一月 2024 14:54:32 +0800 Subject: [PATCH] 细节调试 --- src/const/crud/customerOrder/customerOrderForm.js | 56 ++++++++++++++++++++++++++++---------------------------- 1 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/const/crud/customerOrder/customerOrderForm.js b/src/const/crud/customerOrder/customerOrderForm.js index 99d8a29..9fda846 100644 --- a/src/const/crud/customerOrder/customerOrderForm.js +++ b/src/const/crud/customerOrder/customerOrderForm.js @@ -39,30 +39,6 @@ minWidth: 200, span: 24 }, { - label: '闆朵欢瑙勬牸', - prop: 'customerPartSpec', - type: 'input', - cell: true, - minWidth: 200, - span: 24 - }, { - label: '鍒堕�犲睘鎬�', - prop: 'manufactureAttr', - cell: true, - type: 'select', - minWidth: 200, - span: 24, - dicData:[{ - label: '鏅��', - value: 'N' - },{ - label: '鏍峰搧', - value: 'S' - },{ - label: '鐮斿彂', - value: 'D' - }] - }, { label: '浜у搧鍚嶇О', prop: 'productName', cell: true, @@ -70,13 +46,13 @@ minWidth: 200, span: 24 }, { - label: '闅跺睘鍝佺墝', - prop: 'productType', - cell: true, + label: '瑙勬牸鍨嬪彿', + prop: 'customerPartSpec', type: 'input', + cell: true, minWidth: 200, span: 24 - }, { + }, { label: '鍗曚綅', prop: 'otcUnit', slot: true, @@ -95,6 +71,30 @@ span: 24, rules:[{required:true,message:'绫诲瀷蹇呴』鏄暟瀛�',trigger:'blur'}] }, { + label: '鍒堕�犲睘鎬�', + prop: 'manufactureAttr', + cell: true, + type: 'select', + minWidth: 200, + span: 24, + dicData:[{ + label: '鏅��', + value: 'N' + },{ + label: '鏍峰搧', + value: 'S' + },{ + label: '鐮斿彂', + value: 'D' + }] + }, { + label: '闅跺睘鍝佺墝', + prop: 'productType', + cell: true, + type: 'input', + minWidth: 200, + span: 24 + },{ label: '鏀惰揣鍦板潃', prop: 'shippingAddress', cell: true, -- Gitblit v1.9.3