Browse Source

Merge branch 'dev' of http://47.108.105.48:3000/java_project/logpm_page into dev

fix_bug_pro20231227
qb 1 year ago
parent
commit
863fac9e14
  1. 2
      src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue
  2. 19
      src/views/distribution/inventory/distrilbutionBillLadingList.vue
  3. 4
      src/views/distribution/inventory/distrilbutionBillLadingView.vue

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

@ -1105,7 +1105,7 @@ export default {
// false, // false,
if (!notEqualFlag) { if (!notEqualFlag) {
this.$router.push({ this.$router.push({
path: '/distribution/inventory/distributionStockArticleFrom', path: '/distribution/reservation/reservationSubmitFrom',
query: { query: {
id: this.ids, id: this.ids,
name: '转预约单', name: '转预约单',

19
src/views/distribution/inventory/distrilbutionBillLadingList.vue

@ -943,16 +943,17 @@ export default {
}, },
// //
handleSign(row, num) { handleSign(row, num) {
if (this.selectionList.length == 0) { if(num === 2){
this.$message.warning('至少选择一条数据!!'); if (this.selectionList.length == 0) {
return; this.$message.warning('至少选择一条数据!!');
} return;
let a = this.selectionList.find(i => i.conditions > 6); }
if (!!a) { let a = this.selectionList.find(i => i.conditions > 20);
this.$message.warning('有已签收的数据,请勿重复签收!!'); if (!!a) {
return; this.$message.warning('有已签收的数据,请勿重复签收!!');
return;
}
} }
this.$confirm('确定签收吗?', { this.$confirm('确定签收吗?', {
confirmButtonText: '确定', confirmButtonText: '确定',
cancelButtonText: '取消', cancelButtonText: '取消',

4
src/views/distribution/inventory/distrilbutionBillLadingView.vue

@ -318,7 +318,7 @@ export default {
head: false, head: false,
}, },
{ {
prop: 'deliveryNumber', prop: 'quantity',
label: '备货数', label: '备货数',
type: 2, type: 2,
values: '', values: '',
@ -329,7 +329,7 @@ export default {
head: false, head: false,
}, },
{ {
prop: 'readyStock', prop: 'preparedQuantity',
label: '已备数量', label: '已备数量',
type: 2, type: 2,
values: '', values: '',

Loading…
Cancel
Save