|
|
@@ -1,5 +1,5 @@
|
|
|
@extends('layouts.app')
|
|
|
-@section('title')录入@endsection
|
|
|
+@section('title')录入二次加工单@endsection
|
|
|
@section('content')
|
|
|
<div id="nav2">
|
|
|
@component('process.menu')@endcomponent
|
|
|
@@ -325,12 +325,12 @@
|
|
|
},
|
|
|
//异补提交
|
|
|
submit(){
|
|
|
+ let _this=this;
|
|
|
if (_this.processContents.length>0 && _this.processContents[_this.processContents.length-1].addBtnShow) {
|
|
|
tempTip.setDuration(3000);
|
|
|
tempTip.show('下方单据未操作无法录入第二单!');
|
|
|
return;
|
|
|
}
|
|
|
- let _this=this;
|
|
|
let owner_id=_this.process.owner_id;
|
|
|
let process_method_id=_this.process.process_method_id;
|
|
|
let unit_price=_this.process.unit_price;
|