|
@@ -91,7 +91,7 @@
|
|
|
</template>
|
|
|
|
|
|
<template slot="goodsNum" slot-scope="{ row }">
|
|
|
- <el-input v-if="!mingxibaocun" size="small" v-model="row.goodsNum" style="width: 100%"
|
|
|
+ <el-input v-if="!mingxibaocun && form.businessSource == '外部销售'" size="small" v-model="row.goodsNum" style="width: 100%"
|
|
|
@blur="goodsNumblurfun(row)"></el-input>
|
|
|
<span v-else>{{ row.goodsNum }}</span>
|
|
|
</template>
|