|
|
@ -157,7 +157,7 @@ |
|
|
|
<el-text @click="handleView(slotProps.scope)"> 查看 </el-text> |
|
|
|
<el-text @click="handleView(slotProps.scope)"> 查看 </el-text> |
|
|
|
<el-text @click="handleCallDeliveryOwn(slotProps.scope)"> 修改客户信息 </el-text> |
|
|
|
<el-text @click="handleCallDeliveryOwn(slotProps.scope)"> 修改客户信息 </el-text> |
|
|
|
<el-text @click="handleGoLogs(slotProps.scope)"> 日志 </el-text> |
|
|
|
<el-text @click="handleGoLogs(slotProps.scope)"> 日志 </el-text> |
|
|
|
<!-- <el-text v-if="slotProps.scope.row.isZero ==0" @click="Splittheorder(slotProps.scope.row)"> 拆单 </el-text> --> |
|
|
|
<el-text v-if="slotProps.scope.row.isZero ==0 && permissionList.distributionStockList_unpack" @click="Splittheorder(slotProps.scope.row)"> 拆单 </el-text> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</tablecmt> |
|
|
|
</tablecmt> |
|
|
@ -685,12 +685,13 @@ export default { |
|
|
|
computed: { |
|
|
|
computed: { |
|
|
|
...mapGetters(['permission']), |
|
|
|
...mapGetters(['permission']), |
|
|
|
permissionList() { |
|
|
|
permissionList() { |
|
|
|
|
|
|
|
console.log(this.permission,'this.permission'); |
|
|
|
return { |
|
|
|
return { |
|
|
|
addBtn: this.validData(this.permission.basicdataBrandCategory_add, false), |
|
|
|
addBtn: this.validData(this.permission.basicdataBrandCategory_add, false), |
|
|
|
viewBtn: this.validData(this.permission.basicdataBrandCategory_view, false), |
|
|
|
viewBtn: this.validData(this.permission.basicdataBrandCategory_view, false), |
|
|
|
delBtn: this.validData(this.permission.basicdataBrandCategory_delete, false), |
|
|
|
delBtn: this.validData(this.permission.basicdataBrandCategory_delete, false), |
|
|
|
editBtn: this.validData(this.permission.basicdataBrandCategory_edit, false), |
|
|
|
editBtn: this.validData(this.permission.basicdataBrandCategory_edit, false), |
|
|
|
Modifyreceivingunit: this.validData(this.permission.Modifyreceiving_unit, false), |
|
|
|
distributionStockList_unpack: this.validData(this.permission.distributionStockList_unpack, false), |
|
|
|
}; |
|
|
|
}; |
|
|
|
}, |
|
|
|
}, |
|
|
|
ids() { |
|
|
|
ids() { |
|
|
|