|
|
@@ -19,7 +19,7 @@
|
|
|
:disabled="seeDisabled || assemblyForm.preContainersList.length == 0" @click="onclickEdit">一键编辑
|
|
|
</el-button>
|
|
|
</template>
|
|
|
- <!-- <template slot-scope="{row,index}" slot="menu">
|
|
|
+ <template slot-scope="{row,index}" slot="menu">
|
|
|
<el-button v-if="row.id && row.containerNumberStatus == '录入'" size="mini" type="text"
|
|
|
@click.stop="pick(row)" :disabled="seeDisabled">
|
|
|
选择
|
|
|
@@ -32,7 +32,7 @@
|
|
|
@click.stop="rowView(row)" :disabled="seeDisabled">
|
|
|
查看放箱号
|
|
|
</el-button>
|
|
|
- </template> -->
|
|
|
+ </template>
|
|
|
<template slot-scope="{row}" slot="cntrTypeCodeForm">
|
|
|
<search-query :datalist="cntrTypeCodeData" :selectValue="row.cntrTypeCode" :filterable="true"
|
|
|
:clearable="true" :remote="true" :buttonIf="false"
|
|
|
@@ -143,7 +143,7 @@ export default {
|
|
|
refreshBtn: false,
|
|
|
selection: true,
|
|
|
align: 'center',
|
|
|
- menu: false,
|
|
|
+ menu: true,
|
|
|
index: true,
|
|
|
column: [
|
|
|
{
|