是否可发货过滤

master
chuzhichao 2 years ago
parent 625dca80eb
commit 33753aac2d

@ -128,6 +128,7 @@
type="text" type="text"
@click="handleDelivery(scope.row)" @click="handleDelivery(scope.row)"
v-hasPermi="['oms:order:delivery']" v-hasPermi="['oms:order:delivery']"
:disabled="scope.row.status !== 1 && scope.row.status !== 2 && scope.row.status !== 3"
>编辑</el-button> >编辑</el-button>
</div> </div>
<div v-if="scope.row.deliverySn">{{ scope.row.deliverySn}} <div v-if="scope.row.deliverySn">{{ scope.row.deliverySn}}
@ -158,6 +159,7 @@
type="text" type="text"
@click="handleDelivery(scope.row)" @click="handleDelivery(scope.row)"
v-hasPermi="['oms:order:delivery']" v-hasPermi="['oms:order:delivery']"
:disabled="scope.row.status !== 1 && scope.row.status !== 2 && scope.row.status !== 3"
>发货</el-button> >发货</el-button>
</template> </template>
</el-table-column> </el-table-column>

Loading…
Cancel
Save