|
@@ -9,7 +9,7 @@
|
|
|
:rules="rules"
|
|
|
v-loading="loadinged"
|
|
|
>
|
|
|
- <div class="info-line search-box">
|
|
|
+ <div class="info-line search-box">
|
|
|
<el-form-item prop="regionCode">
|
|
|
<span>地市名称</span>
|
|
|
<el-select
|
|
@@ -85,8 +85,8 @@
|
|
|
</div>
|
|
|
|
|
|
</el-form>
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
</div>
|
|
|
<div class="section2">
|
|
|
<el-button
|
|
@@ -480,14 +480,14 @@ export default {
|
|
|
this.distributionDialogStatus = false;
|
|
|
this.attStatus = false;
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
changeSearch(v, e) {
|
|
|
if (v === 1) {
|
|
|
this.searchSection.countyCode = ""
|
|
|
let regionSingle = this.regionOpt.filter(item=>{
|
|
|
return item.compId == this.searchSection.regionCode
|
|
|
})
|
|
|
-
|
|
|
+
|
|
|
this.$http({
|
|
|
url: "/sysmgr/regionComp/queryList",
|
|
|
method: "post",
|
|
@@ -499,18 +499,18 @@ export default {
|
|
|
}
|
|
|
}).then(res => {
|
|
|
this.countyOpt = res.data;
|
|
|
-
|
|
|
+
|
|
|
});
|
|
|
-
|
|
|
+
|
|
|
}else if(v===2){
|
|
|
this.searchSection.countyCode = e;
|
|
|
- this.$forceUpdate();
|
|
|
+ this.$forceUpdate();
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
clearSearch(){
|
|
|
this.params.metirialType = '';
|
|
|
-
|
|
|
+
|
|
|
this.searchSection.regionCode ? this.params.regionCode = this.searchSection.regionCode : '';
|
|
|
this.searchSection.countyCode ? this.params.countyCode = this.searchSection.countyCode : '';
|
|
|
this.params.woSts = this.searchSection.stsId
|
|
@@ -564,7 +564,7 @@ export default {
|
|
|
this.total = res.data.totalRecord;
|
|
|
this.wo = res.data.body.wo;
|
|
|
this.datalist.attList = JSON.parse(this.wo.fileUrl);
|
|
|
-
|
|
|
+
|
|
|
|
|
|
let mOpt = []
|
|
|
this.tableData.forEach(item=>{
|
|
@@ -574,7 +574,7 @@ export default {
|
|
|
this.loading = false;
|
|
|
});
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
// 分页
|
|
|
currchange(v) {
|
|
|
this.pageSize = v;
|
|
@@ -597,7 +597,7 @@ export default {
|
|
|
this.titname = "审批轨迹";
|
|
|
this.approvalStepDialogStatus = true;
|
|
|
this.$http({
|
|
|
- url: "market/advBusiMetirialWoStep/queryList",
|
|
|
+ url: "/market/advBusiMetirialWoStep/queryList",
|
|
|
method: "post",
|
|
|
headers: {
|
|
|
"Content-Type": "application/json"
|
|
@@ -645,7 +645,7 @@ export default {
|
|
|
},
|
|
|
//添加
|
|
|
dialogCli(v) {
|
|
|
- //2审批轨迹 3导出
|
|
|
+ //2审批轨迹 3导出
|
|
|
// if (v === 1) {
|
|
|
// this.approvalDialogStatus = false;
|
|
|
// // let list = {};
|
|
@@ -672,7 +672,7 @@ export default {
|
|
|
// this.cMkAdvMetirialWoInfoSubmit
|
|
|
// );
|
|
|
// }
|
|
|
- // } else
|
|
|
+ // } else
|
|
|
if (v === 2) {
|
|
|
this.approvalStepDialogStatus = false;
|
|
|
} else if (v === 3) {
|