2022-11-14款式

zhc4dev
YTD 2 years ago
parent 623ec80277
commit 4dcd965ad1
  1. 3
      ant-design-vue-jeecg/src/views/process/modules/ZyProcessModal1.vue
  2. 2
      ant-design-vue-jeecg/src/views/process/modules/ZyProcessModal2.vue
  3. 2
      ant-design-vue-jeecg/src/views/process/modules/ZyProcessModal3.vue
  4. 2
      ant-design-vue-jeecg/src/views/process/modules/ZyProcessModal4.vue
  5. 2
      ant-design-vue-jeecg/src/views/process/modules/ZyProcessModal5.vue
  6. 4
      ant-design-vue-jeecg/src/views/zystylemodel/ZyStyleModelList.vue

@ -47,7 +47,8 @@
this.visible = false;
},
handleOk () {
this.$refs.realForm.submitForm();
// this.$refs.realForm.submitForm();
this.close()
},
submitCallback(){
this.$emit('ok');

@ -49,7 +49,7 @@
this.visible = false;
},
handleOk () {
this.$refs.realForm.submitForm();
this.close()
},
submitCallback(){
this.$emit('ok');

@ -49,7 +49,7 @@
this.visible = false;
},
handleOk () {
this.$refs.realForm.submitForm();
this.close()
},
submitCallback(){
this.$emit('ok');

@ -50,7 +50,7 @@
this.visible = false;
},
handleOk () {
this.$refs.realForm.submitForm();
this.close()
},
submitCallback(){
this.$emit('ok');

@ -48,7 +48,7 @@
this.visible = false;
},
handleOk () {
this.$refs.realForm.submitForm();
this.close()
},
submitCallback(){
this.$emit('ok');

@ -114,8 +114,8 @@
},
{key: 'modelNumber', title: '型号编码', dictCode: 'modenumber',width: '120px', type: JVXETypes.select},
{key: 'size', title: '码数', width: '100px',dictCode: 'size', type: JVXETypes.select},
{key: 'anumbers', title: '型', width: '100px',dictCode: 'xsize', type: JVXETypes.select},
{key: 'bnumbers', title: '号', width: '100px',dictCode: 'hsize', type: JVXETypes.select},
{key: 'anumbers', title: '型', width: '100px',dictCode: 'hsize', type: JVXETypes.select},
{key: 'bnumbers', title: '号', width: '100px',dictCode: 'xsize', type: JVXETypes.select},
{key: 'collarLarge', title: '领大', width: '80px', type: JVXETypes.input},
{key: 'bust', title: '胸围', width: '80px', type: JVXETypes.input},
{key: 'sleeveLength', title: '袖长', width: '80px', type: JVXETypes.input},

Loading…
Cancel
Save