Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
3024ae46e7
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
// const qrUrl = 'http://192.168.0.14:21624/qrCode/qrCodePage?qrCode='; //测试
|
||||
const qrUrl = 'http://112.29.103.165:21626/qrCode/qrCodePage?qrCode='; //重庆
|
||||
const qrUrl = 'http://192.168.0.14:21624/qrCode/qrCodePage?qrCode='; //测试
|
||||
// const qrUrl = 'http://112.29.103.165:21626/qrCode/qrCodePage?qrCode='; //重庆
|
||||
// const qrUrl = 'http://112.29.103.165:21624/qrCode/qrCodePage?qrCode='; //宁夏
|
||||
// const qrUrl = 'https://z.csgmall.com.cn/gl/qrCode/qrCodePage?qrCode='; //南网
|
||||
|
||||
|
|
|
|||
|
|
@ -287,7 +287,7 @@
|
|||
</el-col>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="备注" prop="remark">
|
||||
<el-input v-model="form.remark" type="textarea" placeholder="请输入备注" maxlength="200" />
|
||||
<el-input v-model="form.remark" type="textarea" placeholder="请输入备注" maxlength="100" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
|
@ -600,6 +600,7 @@ export default {
|
|||
typeof response.data.fileName === "string"
|
||||
) {
|
||||
try {
|
||||
if(response.data.fileUrl!=''){
|
||||
let [urlArr, nameArr] = [
|
||||
response.data.fileUrl,
|
||||
response.data.fileName
|
||||
|
|
@ -608,13 +609,16 @@ export default {
|
|||
if (urlArr.length !== nameArr.length) {
|
||||
return;
|
||||
}
|
||||
console.log(urlArr)
|
||||
let fileList = urlArr.map((url, i) => ({
|
||||
name: nameArr[i],
|
||||
url: `${this.uploadUrl}${url}`
|
||||
}));
|
||||
console.log(fileList)
|
||||
this.fileList = fileList;
|
||||
this.checkUrlList = urlArr;
|
||||
this.checkUrlNameList = nameArr;
|
||||
}
|
||||
} catch (error) {
|
||||
console.error("处理合同照片时发生错误:", error);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -415,9 +415,9 @@
|
|||
/** 重置按钮操作 */
|
||||
resetQuery() {
|
||||
this.queryParams.time = []
|
||||
this.queryParams.unitId = null
|
||||
this.queryParams.proId = null
|
||||
this.resetForm('queryForm')
|
||||
this.GetUnitData()
|
||||
this.GetProData()
|
||||
this.handleQuery()
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -614,6 +614,8 @@
|
|||
resetQuery() {
|
||||
this.queryParams.time = []
|
||||
this.resetForm('queryForm')
|
||||
this.GetUnitData()
|
||||
this.GetProData()
|
||||
this.handleQuery()
|
||||
},
|
||||
handleNotice() {
|
||||
|
|
|
|||
|
|
@ -431,9 +431,9 @@
|
|||
/** 重置按钮操作 */
|
||||
resetQuery() {
|
||||
this.queryParams.time = []
|
||||
this.queryParams.unitId = null
|
||||
this.queryParams.proId = null
|
||||
this.resetForm('queryForm')
|
||||
this.GetUnitData()
|
||||
this.GetProData()
|
||||
this.handleQuery()
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="领料工程" prop="proId" :rules="queryParams.leaseType == '0' ? queryRules.proIdRule : [{required: false}]">
|
||||
<el-form-item label="领料工程" prop="proId">
|
||||
<el-select v-model="queryParams.proId" filterable clearable @change="GetUnitData" style="width: 240px" placeholder="请选择">
|
||||
<el-option
|
||||
v-for="item in proList"
|
||||
|
|
@ -306,7 +306,7 @@ export default {
|
|||
required:true,message:'请选择来往单位',trigger:'change'
|
||||
}
|
||||
],
|
||||
proIdRule:[
|
||||
proId:[
|
||||
{
|
||||
required:true,message:'请选择工程',trigger:'change'
|
||||
}
|
||||
|
|
@ -618,7 +618,7 @@ export default {
|
|||
if(res.code == 200){
|
||||
this.$message({
|
||||
type:'success',
|
||||
message: '申请成功'
|
||||
message: res.msg
|
||||
})
|
||||
this.$tab.closeOpenPage({ path: "/claimAndRefund/receiveByCq/receiveApply"});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -222,7 +222,7 @@
|
|||
<el-input
|
||||
placeholder="请输入审核意见"
|
||||
type="textarea"
|
||||
maxlength="200"
|
||||
maxlength="100"
|
||||
:autosize="{ minRows: 4, maxRows: 6}"
|
||||
v-model="queryParams.companyAuditRemarks"
|
||||
></el-input>
|
||||
|
|
@ -252,7 +252,7 @@
|
|||
<el-input
|
||||
placeholder="请输入审核意见"
|
||||
type="textarea"
|
||||
maxlength="200"
|
||||
maxlength="100"
|
||||
:autosize="{ minRows: 4, maxRows: 6}"
|
||||
v-model="queryParams.companyAuditRemarks"
|
||||
></el-input>
|
||||
|
|
|
|||
|
|
@ -488,6 +488,8 @@ export default {
|
|||
resetQuery() {
|
||||
this.queryParams.time = []
|
||||
this.resetForm('queryForm')
|
||||
this.GetUnitData()
|
||||
this.GetProData()
|
||||
this.handleQuery()
|
||||
},
|
||||
handleNotice() {
|
||||
|
|
|
|||
|
|
@ -682,7 +682,7 @@ export default {
|
|||
}
|
||||
const res = await submitRefuseBackApply(params)
|
||||
if (res.code == 200) {
|
||||
this.$message({ type: 'success', message: '申请成功'})
|
||||
this.$message({ type: 'success', message: res.msg})
|
||||
setTimeout(() => {
|
||||
this.$tab.closeOpenPage({ path: "/claimAndRefund/return/returnApply"});
|
||||
}, 1000)
|
||||
|
|
@ -697,7 +697,7 @@ export default {
|
|||
}
|
||||
const res = await submitBackApplyApi(params)
|
||||
if (res.code == 200) {
|
||||
this.$message({ type: 'success', message: '申请成功'})
|
||||
this.$message({ type: 'success', message: res.msg})
|
||||
setTimeout(() => {
|
||||
this.$tab.closeOpenPage({ path: "/claimAndRefund/return/returnApply"});
|
||||
}, 1000)
|
||||
|
|
|
|||
|
|
@ -671,7 +671,7 @@ export default {
|
|||
}
|
||||
const res = await submitRefuseBackApply(params)
|
||||
if (res.code == 200) {
|
||||
this.$message({ type: 'success', message: '申请成功'})
|
||||
this.$message({ type: 'success', message: res.msg})
|
||||
setTimeout(() => {
|
||||
this.$tab.closeOpenPage({ path: "/claimAndRefund/return/returnApplyByCq"});
|
||||
}, 1000)
|
||||
|
|
@ -686,7 +686,7 @@ export default {
|
|||
}
|
||||
const res = await submitBackApplyApi(params)
|
||||
if (res.code == 200) {
|
||||
this.$message({ type: 'success', message: '申请成功'})
|
||||
this.$message({ type: 'success', message: res.msg})
|
||||
setTimeout(() => {
|
||||
this.$tab.closeOpenPage({ path: "/claimAndRefund/return/returnApplyByCq"});
|
||||
}, 1000)
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@
|
|||
</el-form-item>
|
||||
<el-form-item label="原因" prop="remark">
|
||||
<el-input
|
||||
v-model="aform.remark" maxlength="200"
|
||||
v-model="aform.remark" maxlength="100"
|
||||
placeholder="请输入" show-word-limit
|
||||
size="small" style="width: 350px"
|
||||
type="textarea"
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
methods: {
|
||||
openNewWindow() {
|
||||
window.open('http://112.29.103.165:21626/index01.html?token='+localStorage.getItem('token'), '_blank');
|
||||
window.open('http://192.168.0.14:21624/index01.html?token='+localStorage.getItem('token'), '_blank');
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -609,7 +609,7 @@
|
|||
style="width: 600px"
|
||||
type="textarea"
|
||||
v-model="form.remark"
|
||||
maxlength="200"
|
||||
maxlength="100"
|
||||
show-word-limit
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@
|
|||
>
|
||||
<el-input
|
||||
v-model="domain.repairContent"
|
||||
maxlength="200"
|
||||
maxlength="100"
|
||||
placeholder="请输入"
|
||||
show-word-limit
|
||||
size="small"
|
||||
|
|
@ -246,7 +246,7 @@
|
|||
>
|
||||
<el-input
|
||||
v-model="domain.repairContent"
|
||||
maxlength="200"
|
||||
maxlength="100"
|
||||
placeholder="请输入"
|
||||
show-word-limit
|
||||
size="small"
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@
|
|||
>
|
||||
<el-input
|
||||
v-model="domain.repairContent"
|
||||
maxlength="200"
|
||||
maxlength="100"
|
||||
placeholder="请输入"
|
||||
show-word-limit
|
||||
size="small"
|
||||
|
|
@ -258,7 +258,7 @@
|
|||
>
|
||||
<el-input
|
||||
v-model="domain.repairContent"
|
||||
maxlength="200"
|
||||
maxlength="100"
|
||||
placeholder="请输入"
|
||||
show-word-limit
|
||||
size="small"
|
||||
|
|
|
|||
|
|
@ -710,7 +710,7 @@
|
|||
style="width: 600px"
|
||||
type="textarea"
|
||||
v-model="form.remark"
|
||||
maxlength="200"
|
||||
maxlength="100"
|
||||
show-word-limit
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@
|
|||
v-model="codeForm.remarks"
|
||||
type="textarea"
|
||||
placeholder="请输入备注"
|
||||
maxlength="200"
|
||||
maxlength="100"
|
||||
rows="3"
|
||||
show-word-limit
|
||||
style="width: 13vw;"
|
||||
|
|
@ -261,7 +261,7 @@
|
|||
v-model="codeForm.remarks"
|
||||
type="textarea"
|
||||
placeholder="请输入备注"
|
||||
maxlength="200"
|
||||
maxlength="100"
|
||||
rows="4"
|
||||
show-word-limit
|
||||
style="width: 400px;"
|
||||
|
|
|
|||
|
|
@ -223,9 +223,8 @@ export default {
|
|||
resetQuery() {
|
||||
this.dateRange = [];
|
||||
this.resetForm("queryForm");
|
||||
this.queryParams.time = null;
|
||||
this.queryParams.unitId = null;
|
||||
this.queryParams.proId = null;
|
||||
this.getUnitList();
|
||||
this.getProList();
|
||||
this.handleQuery();
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -466,7 +466,7 @@
|
|||
v-model="form.remark"
|
||||
type="textarea"
|
||||
placeholder="请输入内容"
|
||||
maxlength="200"
|
||||
maxlength="100"
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
|
|
|||
Loading…
Reference in New Issue