执行按钮图标修改
This commit is contained in:
parent
c86c156398
commit
b56400ec0e
@ -103,6 +103,9 @@
|
|||||||
name: 'WorkOrderSelectSingle',
|
name: 'WorkOrderSelectSingle',
|
||||||
components: {},
|
components: {},
|
||||||
dicts: ['mes_order_status','mes_workorder_sourcetype'],
|
dicts: ['mes_order_status','mes_workorder_sourcetype'],
|
||||||
|
props:{
|
||||||
|
workorder: undefined //外部传入的工单过滤信息
|
||||||
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
showFlag: false,
|
showFlag: false,
|
||||||
@ -129,6 +132,7 @@
|
|||||||
queryParams: {
|
queryParams: {
|
||||||
workorderCode: null,
|
workorderCode: null,
|
||||||
workorderName: null,
|
workorderName: null,
|
||||||
|
workorderType: this.workorder.workorderType,
|
||||||
orderSource: null,
|
orderSource: null,
|
||||||
sourceCode: null,
|
sourceCode: null,
|
||||||
productId: null,
|
productId: null,
|
||||||
|
@ -125,7 +125,7 @@
|
|||||||
<el-button
|
<el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-delete"
|
icon="el-icon-video-play"
|
||||||
v-if="scope.row.status =='PREPARE'"
|
v-if="scope.row.status =='PREPARE'"
|
||||||
@click="handleExecute(scope.row)"
|
@click="handleExecute(scope.row)"
|
||||||
v-hasPermi="['mes:wm:issueheader:edit']"
|
v-hasPermi="['mes:wm:issueheader:edit']"
|
||||||
|
@ -122,7 +122,7 @@
|
|||||||
<el-button
|
<el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-delete"
|
icon="el-icon-video-play"
|
||||||
v-if="scope.row.status =='PREPARE'"
|
v-if="scope.row.status =='PREPARE'"
|
||||||
@click="handleExecute(scope.row)"
|
@click="handleExecute(scope.row)"
|
||||||
v-hasPermi="['mes:wm:itemrecpt:edit']"
|
v-hasPermi="['mes:wm:itemrecpt:edit']"
|
||||||
@ -439,7 +439,6 @@ export default {
|
|||||||
this.reset();
|
this.reset();
|
||||||
const recptIds = row.recptId
|
const recptIds = row.recptId
|
||||||
getItemrecpt(recptIds).then(response => {
|
getItemrecpt(recptIds).then(response => {
|
||||||
debugger;
|
|
||||||
this.form = response.data;
|
this.form = response.data;
|
||||||
this.warehouseInfo[0] = response.data.warehouseId;
|
this.warehouseInfo[0] = response.data.warehouseId;
|
||||||
this.warehouseInfo[1] = response.data.locationId;
|
this.warehouseInfo[1] = response.data.locationId;
|
||||||
|
@ -107,7 +107,7 @@
|
|||||||
<el-button
|
<el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-delete"
|
icon="el-icon-video-play"
|
||||||
v-if="scope.row.status =='PREPARE'"
|
v-if="scope.row.status =='PREPARE'"
|
||||||
@click="handleExecute(scope.row)"
|
@click="handleExecute(scope.row)"
|
||||||
v-hasPermi="['mes:wm:productrecpt:edit']"
|
v-hasPermi="['mes:wm:productrecpt:edit']"
|
||||||
|
@ -98,7 +98,7 @@
|
|||||||
<el-button
|
<el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-delete"
|
icon="el-icon-video-play"
|
||||||
v-if="scope.row.status =='PREPARE'"
|
v-if="scope.row.status =='PREPARE'"
|
||||||
@click="handleExecute(scope.row)"
|
@click="handleExecute(scope.row)"
|
||||||
v-hasPermi="['mes:wm:rtissue:edit']"
|
v-hasPermi="['mes:wm:rtissue:edit']"
|
||||||
|
@ -115,7 +115,7 @@
|
|||||||
<el-button
|
<el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-delete"
|
icon="el-icon-video-play"
|
||||||
v-if="scope.row.status =='PREPARE'"
|
v-if="scope.row.status =='PREPARE'"
|
||||||
@click="handleExecute(scope.row)"
|
@click="handleExecute(scope.row)"
|
||||||
v-hasPermi="['mes:wm:rtvendor:edit']"
|
v-hasPermi="['mes:wm:rtvendor:edit']"
|
||||||
|
Loading…
Reference in New Issue
Block a user