|
@@ -119,19 +119,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
methods:{
|
|
|
- submitForm(formName) {
|
|
|
- this.$refs[formName].validate((valid) => {
|
|
|
- if (valid) {
|
|
|
- alert('submit!');
|
|
|
- } else {
|
|
|
- console.log('error submit!!');
|
|
|
- return false;
|
|
|
- }
|
|
|
- });
|
|
|
- },
|
|
|
- resetForm(formName) {
|
|
|
- this.$refs[formName].resetFields();
|
|
|
- },
|
|
|
//或取基础数据
|
|
|
GroupOrderPreInfos(val) {
|
|
|
this.fullscreenLoading=true;
|
|
@@ -238,17 +225,7 @@ export default {
|
|
|
})
|
|
|
gjval=gjval.substring(0,gjval.length-1)
|
|
|
this.CityByCountry(gjval)
|
|
|
- // this.$store.state.countrystring.push(val.newValue)
|
|
|
- // var res=new Map();
|
|
|
- // var countrystringqrr=this.$store.state.countrystring.filter((a)=>!res.has(a)&&res.set(a,1));
|
|
|
- // console.log(countrystringqrr);
|
|
|
-
|
|
|
- // // val.newValue=this.$store.state.countrystring
|
|
|
- // var newValue=''
|
|
|
- // countrystringqrr.map((value)=>{
|
|
|
- // newValue+=value+'、'
|
|
|
- // })
|
|
|
- // val.newValue=newValue.substring(0,newValue.length-1)
|
|
|
+
|
|
|
},
|
|
|
InputValue(val){
|
|
|
// console.log(val);
|
|
@@ -379,8 +356,6 @@ export default {
|
|
|
}else{
|
|
|
that.$message.error('没有用户id');
|
|
|
}
|
|
|
- console.log(this.userid);
|
|
|
-
|
|
|
this.GroupOrderPreInfos();
|
|
|
this.CountryInit();
|
|
|
|
|
@@ -401,7 +376,7 @@ export default {
|
|
|
.marketplacepick-form-head,.marketplacepick-form .el-select{
|
|
|
width: 100%;
|
|
|
}
|
|
|
-.marketplacepick-form-head,.marketplacepick-form-li .el-input-number{
|
|
|
+.marketplacepick-form-head,.marketplacepick-form-li .el-input-number{
|
|
|
width: 100%;
|
|
|
}
|
|
|
.marketplacepick-form-li .el-input-number .el-input__inner{
|