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

update

parent 2a9a3126
......@@ -36,7 +36,7 @@
width="140">
</el-table-column>
<el-table-column
prop="ProductName"
prop="PlanNaber"
label="生产计划编号"
:show-overflow-tooltip="true"
width="140">
......@@ -44,7 +44,7 @@
<el-table-column
label="产品编号"
:show-overflow-tooltip="true"
prop="PlanType"
prop="ProductType"
width="140">
</el-table-column>
<el-table-column
......
......@@ -20,7 +20,7 @@
<el-option
v-for="item in planArr"
:key="item.ID"
:label="item.ProductName"
:label="item.PID"
:value="item.ID">
</el-option>
</el-select>
......@@ -154,7 +154,7 @@ export default {
queryPlan(){
this.$axios({
method:"post",
url:`/api/Plan/Plan_Query?argKeyWord&argWhere&Stime&Etime`,
url:`/api/Plan/Plan_Query?argKeyWord&argKeyWord1&argWhere&Stime&Etime`,
}).then((res)=>{
this.planArr = res.data.data
}).catch(function(err){
......
......@@ -57,7 +57,7 @@ export default {
}else if(this.type == '4'){
console.log('this.pathE',this.pathE)
if(this.pathE){
this.text = `是否确认删除排${this.pathE.SID}】?`
this.text = `是否确认删除排${this.pathE.SID}】?`
}else{
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