+
diff --git a/ant-design-vue-jeecg/src/views/customercollectgoods/admin/modules/CustomercollectgoodsForm.vue b/ant-design-vue-jeecg/src/views/customercollectgoods/admin/modules/CustomercollectgoodsForm.vue
index ecec87c9..b3a8b801 100644
--- a/ant-design-vue-jeecg/src/views/customercollectgoods/admin/modules/CustomercollectgoodsForm.vue
+++ b/ant-design-vue-jeecg/src/views/customercollectgoods/admin/modules/CustomercollectgoodsForm.vue
@@ -10,7 +10,7 @@
-
+
diff --git a/ant-design-vue-jeecg/src/views/customercollectgoods/custom/CustomercollectgoodsList.vue b/ant-design-vue-jeecg/src/views/customercollectgoods/custom/CustomercollectgoodsList.vue
new file mode 100644
index 00000000..a4ea88d5
--- /dev/null
+++ b/ant-design-vue-jeecg/src/views/customercollectgoods/custom/CustomercollectgoodsList.vue
@@ -0,0 +1,216 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+ {{ toggleSearchStatus ? '收起' : '展开' }}
+
+
+
+
+
+
+
+
+
+
+
+
新增
+
导出
+
+ 导入
+
+
+
+
+
+ 删除
+
+ 批量操作
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 无图片
+
+
+
+ 无文件
+
+ 下载
+
+
+
+
+ 编辑
+
+
+
+ 更多
+
+
+ 详情
+
+
+ handleDelete(record.id)">
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ant-design-vue-jeecg/src/views/customercollectgoods/custom/modules/CustomercollectgoodsForm.vue b/ant-design-vue-jeecg/src/views/customercollectgoods/custom/modules/CustomercollectgoodsForm.vue
new file mode 100644
index 00000000..b3a8b801
--- /dev/null
+++ b/ant-design-vue-jeecg/src/views/customercollectgoods/custom/modules/CustomercollectgoodsForm.vue
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ant-design-vue-jeecg/src/views/customercollectgoods/custom/modules/CustomercollectgoodsModal.vue b/ant-design-vue-jeecg/src/views/customercollectgoods/custom/modules/CustomercollectgoodsModal.vue
new file mode 100644
index 00000000..bd182c76
--- /dev/null
+++ b/ant-design-vue-jeecg/src/views/customercollectgoods/custom/modules/CustomercollectgoodsModal.vue
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ant-design-vue-jeecg/src/views/customercollectgoods/custom/modules/CustomercollectgoodsModal__Style#Drawer.vue b/ant-design-vue-jeecg/src/views/customercollectgoods/custom/modules/CustomercollectgoodsModal__Style#Drawer.vue
new file mode 100644
index 00000000..c04821b9
--- /dev/null
+++ b/ant-design-vue-jeecg/src/views/customercollectgoods/custom/modules/CustomercollectgoodsModal__Style#Drawer.vue
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ant-design-vue-jeecg/src/views/customerinvoice/admin/CustomerInvoiceList.vue b/ant-design-vue-jeecg/src/views/customerinvoice/admin/CustomerInvoiceList.vue
index 305c1b9b..1ffb21d9 100644
--- a/ant-design-vue-jeecg/src/views/customerinvoice/admin/CustomerInvoiceList.vue
+++ b/ant-design-vue-jeecg/src/views/customerinvoice/admin/CustomerInvoiceList.vue
@@ -4,6 +4,38 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+ {{ toggleSearchStatus ? '收起' : '展开' }}
+
+
+
+
@@ -122,11 +154,7 @@
return parseInt(index)+1;
}
},
- {
- title:'创建日期',
- align:"center",
- dataIndex: 'createTime'
- },
+
{
title:'用户',
align:"center",
@@ -143,7 +171,7 @@
dataIndex: 'invoiceType_dictText'
},
{
- title:'名称',
+ title:'名称/姓名',
align:"center",
dataIndex: 'name'
},
@@ -152,25 +180,31 @@
align:"center",
dataIndex: 'taxIdentificationNumber'
},
- {
+ /* {
title:'地址',
align:"center",
dataIndex: 'address'
- },
+ },*/
{
title:'电话',
align:"center",
dataIndex: 'telephone'
},
+ {
+ title:'账号',
+ align:"center",
+ dataIndex: 'accountNumber'
+ },
{
title:'开户行',
align:"center",
dataIndex: 'bankDeposit'
},
+
{
- title:'账号',
+ title:'创建日期',
align:"center",
- dataIndex: 'accountNumber'
+ dataIndex: 'createTime'
},
{
title:'排序',
@@ -193,7 +227,7 @@
deleteBatch: "/customerinvoice/customerInvoice/deleteBatch",
exportXlsUrl: "/customerinvoice/customerInvoice/exportXls",
importExcelUrl: "customerinvoice/customerInvoice/importExcel",
-
+
},
dictOptions:{},
superFieldList:[],
@@ -213,10 +247,11 @@
getSuperFieldList(){
let fieldList=[];
fieldList.push({type:'datetime',value:'createTime',text:'创建日期'})
- fieldList.push({type:'sel_user',value:'userId',text:'用户'})
+ fieldList.push({type:'sel_search',value:'userId',text:'用户',dictTable:'sys_user', dictText:'realname', dictCode:'id'})
+ fieldList.push({type:'popup',value:'username',text:'用户', popup:{code:'findcust',field:'id',orgFields:'id',destFields:'user_id'}})
fieldList.push({type:'string',value:'customerType',text:'客户类型',dictCode:'khlx'})
fieldList.push({type:'string',value:'invoiceType',text:'发票类型',dictCode:'fplx'})
- fieldList.push({type:'string',value:'name',text:'名称',dictCode:''})
+ fieldList.push({type:'string',value:'name',text:'名称/姓名',dictCode:''})
fieldList.push({type:'string',value:'taxIdentificationNumber',text:'纳税人识别号',dictCode:''})
fieldList.push({type:'string',value:'address',text:'地址',dictCode:''})
fieldList.push({type:'string',value:'telephone',text:'电话',dictCode:''})
diff --git a/ant-design-vue-jeecg/src/views/customerinvoice/admin/modules/CustomerInvoiceForm.vue b/ant-design-vue-jeecg/src/views/customerinvoice/admin/modules/CustomerInvoiceForm.vue
index b4cc1fdd..a26b9043 100644
--- a/ant-design-vue-jeecg/src/views/customerinvoice/admin/modules/CustomerInvoiceForm.vue
+++ b/ant-design-vue-jeecg/src/views/customerinvoice/admin/modules/CustomerInvoiceForm.vue
@@ -3,62 +3,97 @@
+
-
-
-
-
-
-
-
+
+
+
+
-
+
+
+
-
+
+
+
-
-
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
+
-
-
+
+
+
+
+
+
-
-
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
@@ -95,6 +130,18 @@
},
confirmLoading: false,
validatorRules: {
+ username: [
+ { required: true, message: '请输入用户!'},
+ ],
+ customerType: [
+ { required: true, message: '请输入客户类型!'},
+ ],
+ invoiceType: [
+ { required: true, message: '请输入发票类型!'},
+ ],
+ name: [
+ { required: true, message: '请输入名称/姓名!'},
+ ],
telephone: [
{ required: false},
{ pattern: /^1[3456789]\d{9}$/, message: '请输入正确的手机号码!'},
@@ -153,6 +200,9 @@
})
},
+ popupCallback(value,row){
+ this.model = Object.assign(this.model, row);
+ },
}
}
\ No newline at end of file
diff --git a/ant-design-vue-jeecg/src/views/customermeasure/admin/CustomerMeasureList.vue b/ant-design-vue-jeecg/src/views/customermeasure/admin/CustomerMeasureList.vue
index aaec7697..5a0c9096 100644
--- a/ant-design-vue-jeecg/src/views/customermeasure/admin/CustomerMeasureList.vue
+++ b/ant-design-vue-jeecg/src/views/customermeasure/admin/CustomerMeasureList.vue
@@ -6,7 +6,7 @@
-
+
@@ -162,6 +162,7 @@
{
title:'排序',
align:"center",
+ sorter: true,
dataIndex: 'sort'
},
{
@@ -174,6 +175,21 @@
align:"center",
dataIndex: 'weight'
},
+ {
+ title:'下摆(厘米)',
+ align:"center",
+ dataIndex: 'hem'
+ },
+ {
+ title:'袖口(厘米)',
+ align:"center",
+ dataIndex: 'cuff'
+ },
+ {
+ title:'袖长(厘米)',
+ align:"center",
+ dataIndex: 'sleeveLength'
+ },
{
title:'胸围(厘米)',
align:"center",
@@ -189,10 +205,55 @@
align:"center",
dataIndex: 'shoulderWidth'
},
+ {
+ title:'前身长(厘米)',
+ align:"center",
+ dataIndex: 'forebodyLength'
+ },
+ {
+ title:'领围(厘米)',
+ align:"center",
+ dataIndex: 'neck'
+ },
+ {
+ title:'臀围(厘米)',
+ align:"center",
+ dataIndex: 'hipline'
+ },
+ {
+ title:'衣长',
+ align:"center",
+ dataIndex: 'length'
+ },
+ {
+ title:'胸距',
+ align:"center",
+ dataIndex: 'sternalDistance'
+ },
+ {
+ title:'量体方式',
+ align:"center",
+ dataIndex: 'measurementMethod_dictText'
+ },
+ {
+ title:'量体店铺',
+ align:"center",
+ dataIndex: 'storeId_dictText'
+ },
+ {
+ title:'量体设备',
+ align:"center",
+ dataIndex: 'deviceId_dictText'
+ },
+ {
+ title:'量体师',
+ align:"center",
+ dataIndex: 'measurerId_dictText'
+ },
{
title:'量体时间',
align:"center",
- dataIndex: 'measurementTime'
+ dataIndex: 'createTime'
},
{
title: '操作',
@@ -228,7 +289,8 @@
},
getSuperFieldList(){
let fieldList=[];
- fieldList.push({type:'sel_user',value:'userId',text:'用户'})
+ fieldList.push({type:'sel_search',value:'userId',text:'用户',dictTable:'sys_user', dictText:'realname', dictCode:'id'})
+ fieldList.push({type:'popup',value:'username',text:'用户名', popup:{code:'findcust',field:'id',orgFields:'id',destFields:'user_id'}})
fieldList.push({type:'int',value:'sort',text:'排序',dictCode:''})
fieldList.push({type:'double',value:'height',text:'身高(厘米)',dictCode:''})
fieldList.push({type:'double',value:'weight',text:'体重(千克)',dictCode:''})
diff --git a/ant-design-vue-jeecg/src/views/customermeasure/admin/modules/CustomerMeasureForm.vue b/ant-design-vue-jeecg/src/views/customermeasure/admin/modules/CustomerMeasureForm.vue
index c5d86e26..d9246a84 100644
--- a/ant-design-vue-jeecg/src/views/customermeasure/admin/modules/CustomerMeasureForm.vue
+++ b/ant-design-vue-jeecg/src/views/customermeasure/admin/modules/CustomerMeasureForm.vue
@@ -4,18 +4,26 @@
-
-
+
+
-
+
-
+
@@ -70,17 +78,17 @@
-
+
-
+
-
+
@@ -98,11 +106,6 @@
-
-
-
-
-
@@ -194,6 +197,9 @@
})
},
+ popupCallback(value,row){
+ this.model = Object.assign(this.model, row);
+ },
}
}
\ No newline at end of file
diff --git a/ant-design-vue-jeecg/src/views/customerpayment/admin/CustomerPaymentList.vue b/ant-design-vue-jeecg/src/views/customerpayment/admin/CustomerPaymentList.vue
index 59f896df..a665b45f 100644
--- a/ant-design-vue-jeecg/src/views/customerpayment/admin/CustomerPaymentList.vue
+++ b/ant-design-vue-jeecg/src/views/customerpayment/admin/CustomerPaymentList.vue
@@ -6,7 +6,7 @@
-
+
@@ -154,26 +154,8 @@
return parseInt(index)+1;
}
},
- {
- title:'创建人',
- align:"center",
- dataIndex: 'createBy'
- },
- {
- title:'创建日期',
- align:"center",
- dataIndex: 'createTime'
- },
- {
- title:'更新人',
- align:"center",
- dataIndex: 'updateBy'
- },
- {
- title:'更新日期',
- align:"center",
- dataIndex: 'updateTime'
- },
+
+
{
title:'用户',
align:"center",
@@ -194,6 +176,16 @@
align:"center",
dataIndex: 'bankDeposit'
},
+ {
+ title:'创建人',
+ align:"center",
+ dataIndex: 'createBy'
+ },
+ {
+ title:'创建日期',
+ align:"center",
+ dataIndex: 'createTime'
+ },
{
title: '操作',
dataIndex: 'action',
@@ -232,7 +224,8 @@
fieldList.push({type:'datetime',value:'createTime',text:'创建日期'})
fieldList.push({type:'string',value:'updateBy',text:'更新人',dictCode:''})
fieldList.push({type:'datetime',value:'updateTime',text:'更新日期'})
- fieldList.push({type:'sel_user',value:'userId',text:'用户'})
+ fieldList.push({type:'sel_search',value:'userId',text:'用户',dictTable:'sys_user', dictText:'realname', dictCode:'id'})
+ fieldList.push({type:'popup',value:'username',text:'用户', popup:{code:'findcust',field:'id',orgFields:'id',destFields:'user_id'}})
fieldList.push({type:'string',value:'paymentType',text:'支付类型',dictCode:'zflx'})
fieldList.push({type:'string',value:'accountNo',text:'账号/卡号',dictCode:''})
fieldList.push({type:'string',value:'bankDeposit',text:'开户银行',dictCode:''})
diff --git a/ant-design-vue-jeecg/src/views/customerpayment/admin/modules/CustomerPaymentForm.vue b/ant-design-vue-jeecg/src/views/customerpayment/admin/modules/CustomerPaymentForm.vue
index 66ab7602..298cd53c 100644
--- a/ant-design-vue-jeecg/src/views/customerpayment/admin/modules/CustomerPaymentForm.vue
+++ b/ant-design-vue-jeecg/src/views/customerpayment/admin/modules/CustomerPaymentForm.vue
@@ -4,13 +4,21 @@
-
-
+
+
-
+
@@ -18,9 +26,9 @@
-
+
-
+
@@ -111,9 +119,12 @@
that.confirmLoading = false;
})
}
-
+
})
},
+ popupCallback(value,row){
+ this.model = Object.assign(this.model, row);
+ },
}
}
\ No newline at end of file
diff --git a/ant-design-vue-jeecg/src/views/customerreceivingaddress/admin/CustomerReceivingAddressList.vue b/ant-design-vue-jeecg/src/views/customerreceivingaddress/admin/CustomerReceivingAddressList.vue
index 08c501e2..7d9f95f0 100644
--- a/ant-design-vue-jeecg/src/views/customerreceivingaddress/admin/CustomerReceivingAddressList.vue
+++ b/ant-design-vue-jeecg/src/views/customerreceivingaddress/admin/CustomerReceivingAddressList.vue
@@ -6,7 +6,7 @@
-
+
@@ -129,6 +129,7 @@
import { mixinDevice } from '@/utils/mixin'
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
import CustomerReceivingAddressModal from './modules/CustomerReceivingAddressModal'
+ import {filterMultiDictText} from '@/components/dict/JDictSelectUtil'
import Area from '@/components/_util/Area'
export default {
@@ -191,7 +192,7 @@
{
title:'标识',
align:"center",
- dataIndex: 'labelcl'
+ dataIndex: 'labelcl_dictText'
},
{
title: '操作',
@@ -232,14 +233,15 @@
},
getSuperFieldList(){
let fieldList=[];
- fieldList.push({type:'sel_user',value:'userId',text:'用户'})
+ fieldList.push({type:'sel_search',value:'userId',text:'用户',dictTable:'sys_user', dictText:'realname', dictCode:'id'})
+ fieldList.push({type:'popup',value:'usernamme',text:'用户', popup:{code:'findcust',field:'id',orgFields:'id',destFields:'user_id'}})
fieldList.push({type:'pca',value:'cityId',text:'城市'})
fieldList.push({type:'string',value:'address',text:'地址',dictCode:''})
fieldList.push({type:'string',value:'zipCode',text:'邮编',dictCode:''})
fieldList.push({type:'string',value:'receiver',text:'收货人',dictCode:''})
fieldList.push({type:'string',value:'mobile',text:'联系电话',dictCode:''})
fieldList.push({type:'int',value:'sort',text:'排序',dictCode:''})
- fieldList.push({type:'string',value:'labelcl',text:'标识',dictCode:''})
+ fieldList.push({type:'string',value:'labelcl',text:'标识',dictCode:'shdzbs'})
this.superFieldList = fieldList
}
}
diff --git a/ant-design-vue-jeecg/src/views/customerreceivingaddress/admin/modules/CustomerReceivingAddressForm.vue b/ant-design-vue-jeecg/src/views/customerreceivingaddress/admin/modules/CustomerReceivingAddressForm.vue
index 64802266..7efbc7bf 100644
--- a/ant-design-vue-jeecg/src/views/customerreceivingaddress/admin/modules/CustomerReceivingAddressForm.vue
+++ b/ant-design-vue-jeecg/src/views/customerreceivingaddress/admin/modules/CustomerReceivingAddressForm.vue
@@ -4,43 +4,66 @@
-
-
+
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
@@ -80,8 +103,12 @@
},
confirmLoading: false,
validatorRules: {
+ zipCode: [
+ { required: true, message: '请输入邮编!'},
+ { pattern: /^[1-9]\d{5}$/, message: '请输入正确的邮政编码!'},
+ ],
mobile: [
- { required: false},
+ { required: true, message: '请输入联系电话!'},
{ pattern: /^1[3456789]\d{9}$/, message: '请输入正确的手机号码!'},
],
},
@@ -138,6 +165,9 @@
})
},
+ popupCallback(value,row){
+ this.model = Object.assign(this.model, row);
+ },
}
}
\ No newline at end of file
diff --git a/ant-design-vue-jeecg/src/views/mall/user/ZyMallUserList.vue b/ant-design-vue-jeecg/src/views/mall/user/ZyMallUserList.vue
index 67c533f2..66ed79e6 100644
--- a/ant-design-vue-jeecg/src/views/mall/user/ZyMallUserList.vue
+++ b/ant-design-vue-jeecg/src/views/mall/user/ZyMallUserList.vue
@@ -134,7 +134,7 @@
-