Browse Source

修复已知bug

dev
马远东 2 months ago
parent
commit
9d536830c1
  1. 6
      src/option/distribution/SeparateTheListInfo.js
  2. 2
      src/views/distribution/inventory/delivery/distributionStockArticle.vue

6
src/option/distribution/SeparateTheListInfo.js

@ -148,8 +148,8 @@ export const TccolumnList = [
}, },
{ {
prop: 'newOrderCode', prop: 'orderCode',
label: '拆单订单号', label: '包条码',
type: 1, type: 1,
values: '', values: '',
width: '150', width: '150',
@ -159,7 +159,7 @@ export const TccolumnList = [
}, },
{ {
prop: 'orderCode', prop: 'orderCode',
label: '原订单编号', label: '物料编码',
type: 1, type: 1,
values: '', values: '',
width: '150', width: '150',

2
src/views/distribution/inventory/delivery/distributionStockArticle.vue

@ -156,7 +156,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 @click="Splittheorder(slotProps.scope.row)"> 拆单 </el-text> <!-- <el-text @click="Splittheorder(slotProps.scope.row)"> 拆单 </el-text> -->
</template> </template>
</template> </template>
</tablecmt> </tablecmt>

Loading…
Cancel
Save