Commit 96cadfb9 authored by 徐来柯's avatar 徐来柯

update

parent 2a9a3126
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
width="140"> width="140">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="ProductName" prop="PlanNaber"
label="生产计划编号" label="生产计划编号"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
width="140"> width="140">
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<el-table-column <el-table-column
label="产品编号" label="产品编号"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
prop="PlanType" prop="ProductType"
width="140"> width="140">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<el-option <el-option
v-for="item in planArr" v-for="item in planArr"
:key="item.ID" :key="item.ID"
:label="item.ProductName" :label="item.PID"
:value="item.ID"> :value="item.ID">
</el-option> </el-option>
</el-select> </el-select>
...@@ -154,7 +154,7 @@ export default { ...@@ -154,7 +154,7 @@ export default {
queryPlan(){ queryPlan(){
this.$axios({ this.$axios({
method:"post", method:"post",
url:`/api/Plan/Plan_Query?argKeyWord&argWhere&Stime&Etime`, url:`/api/Plan/Plan_Query?argKeyWord&argKeyWord1&argWhere&Stime&Etime`,
}).then((res)=>{ }).then((res)=>{
this.planArr = res.data.data this.planArr = res.data.data
}).catch(function(err){ }).catch(function(err){
......
...@@ -57,7 +57,7 @@ export default { ...@@ -57,7 +57,7 @@ export default {
}else if(this.type == '4'){ }else if(this.type == '4'){
console.log('this.pathE',this.pathE) console.log('this.pathE',this.pathE)
if(this.pathE){ if(this.pathE){
this.text = `是否确认删除排${this.pathE.SID}】?` this.text = `是否确认删除排${this.pathE.SID}】?`
}else{ }else{
this.text = '是否确认删除?' this.text = '是否确认删除?'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment