瀏覽代碼

修改

master
yangpeilai 1 月之前
父節點
當前提交
ff7c353370
共有 2 個文件被更改,包括 8 次插入8 次删除
  1. 7
    7
      src/views/onlineBusinessHall/orderManagement/index.vue
  2. 1
    1
      src/views/system/login/Login.vue

+ 7
- 7
src/views/onlineBusinessHall/orderManagement/index.vue 查看文件

@@ -581,7 +581,7 @@
<el-input
v-trim
clearable
v-model="sizeForm.postalCode"
v-model="sizeForm.postCode"
placeholder="请输入邮政编码"
></el-input>
</el-form-item>
@@ -726,12 +726,12 @@
placeholder="请输入详细地址"
></el-input>
</el-form-item>
<el-form-item label="邮政编码" prop="postalCode">
<el-form-item label="邮政编码" prop="postCode">
<el-input
maxlength="60"
v-trim
clearable
v-model="exchangeInformationForm.postalCode"
v-model="exchangeInformationForm.postCode"
placeholder="请输入邮政编码"
></el-input>
</el-form-item>
@@ -982,7 +982,7 @@ const exchangeInformationForm = reactive<any>({
consigneeTel: "",
region: "",
address: "",
postalCode: "",
postCode: "",
receiveMethod: "1",
courierCompany: "",
courierOrderId: "",
@@ -1284,7 +1284,7 @@ function exchangeInformationClose() {
(exchangeInformationForm.consigneeTel = ""),
(exchangeInformationForm.region = ""),
(exchangeInformationForm.address = ""),
(exchangeInformationForm.postalCode = ""),
(exchangeInformationForm.postCode = ""),
(exchangeInformationForm.receiveMethod = "1"),
(exchangeInformationForm.courierCompany = ""),
(exchangeInformationForm.courierOrderId = ""),
@@ -1347,7 +1347,7 @@ function exchangeInformationsubmitForm(exchangeInformationRef) {
exchangeInformationForm.consigneeTel = "";
exchangeInformationForm.region = "";
exchangeInformationForm.address = "";
exchangeInformationForm.postalCode = "";
exchangeInformationForm.postCode = "";
}
if (exchangeInformationForm.receiveMethod == "0") {
exchangeInformationForm.courierCompany = "";
@@ -1549,7 +1549,7 @@ function showData(data: any, start: number) {
orderNo: data.orderNo,
}).then((res: any) => {
if (res && res.code === 0) {
const data = res.data.data;
const data = res.data;
// cardIdDisabled.value = data.cardId ? true : false;
// obuIdDisabled.value = data.obuId ? true : false;
sizeForm.value = Object.assign(sizeForm.value, data);

+ 1
- 1
src/views/system/login/Login.vue 查看文件

@@ -400,7 +400,7 @@ const codeHandle = (type) => {
}
//0登录 1注册 2忘记密码 3修改手机号
const data = {
businessType: 0,
businessType: 2,
loginSource: '713b5ffba6b04fbd8480d46f625cef51',
mobile: dataForm.value.mobile
}

Loading…
取消
儲存