...
|
...
|
@@ -30,12 +30,12 @@ |
|
|
<!-- <el-button type="success" plain size="mini">保 存</el-button>-->
|
|
|
</span>
|
|
|
<el-row>
|
|
|
<el-col style="width: 25%">
|
|
|
<el-col style="width: 38%">
|
|
|
<el-form-item>
|
|
|
<el-input @keyup.native="form.shp.shp_name=form.shp.shp_name.replace(/[^A-Z0-9_]/g,'')" v-model="form.shp.shp_name" auto-complete="off" placeholder="名称" size="mini" style="width: 90%"></el-input>
|
|
|
<el-input @keyup.native="form.shp.shp_name=form.shp.shp_name.replace(/[^A-Z0-9_]/g,'')" v-model="form.shp.shp_name" auto-complete="off" placeholder="名称" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col style="width: 52%;margin-left: 10px">
|
|
|
<el-col style="width: 40%;margin-left:5px">
|
|
|
<el-form-item>
|
|
|
<el-input @keyup.native="form.shp.shp_name=form.shp.shp_name.replace(/[^A-Z0-9_]/g,'')" v-model="shp_contact.contact_number" auto-complete="off" placeholder="电话/传真" size="mini"></el-input>
|
|
|
<!-- <el-select v-model="form.shp.shp_detail_number" placeholder="电话/传真">-->
|
...
|
...
|
@@ -113,12 +113,12 @@ |
|
|
<el-button type="primary" plain size="mini" style="margin-top: 5px" @click="getCneFwb()">收货人</el-button>
|
|
|
</span>
|
|
|
<el-row>
|
|
|
<el-col style="width: 25%">
|
|
|
<el-col style="width: 38%">
|
|
|
<el-form-item>
|
|
|
<el-input @keyup.native="form.cne.cne_name=form.cne.cne_name.replace(/[^A-Z0-9_]/g,'')" v-model="form.cne.cne_name" auto-complete="off" placeholder="名称" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col style="width: 52%;margin-left: 10px">
|
|
|
<el-col style="width: 40%;margin-left: 5px">
|
|
|
<el-form-item>
|
|
|
<el-input @keyup.native="cne_contact.contact_number=cne_contact.contact_number.replace(/[^A-Z0-9_]/g,'')" v-model="cne_contact.contact_number" auto-complete="off" placeholder="电话/传真" size="mini"></el-input>
|
|
|
</el-form-item>
|
...
|
...
|
@@ -875,9 +875,10 @@ Handling Information |
|
|
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row style="margin-top: 40px;margin-left: 35%">
|
|
|
<el-row style="margin-top: 40px;margin-left: 40%">
|
|
|
<el-form-item>
|
|
|
<el-button type="primary" @click="addFwb">提交</el-button>
|
|
|
<el-button @click="cancleBtn">清空</el-button>
|
|
|
</el-form-item>
|
|
|
</el-row>
|
|
|
</el-form>
|
...
|
...
|
@@ -918,12 +919,12 @@ Handling Information |
|
|
<!-- <el-button type="success" plain size="mini">保 存</el-button>-->
|
|
|
</span>
|
|
|
<el-row>
|
|
|
<el-col style="width: 25%">
|
|
|
<el-col style="width: 38%">
|
|
|
<el-form-item label=" " prop="shp.shp_nam_name">
|
|
|
<el-input @keyup.native="addForm.shp.shp_nam_name=addForm.shp.shp_nam_name.replace(/[^A-Z0-9_]/g,'')" v-model="addForm.shp.shp_nam_name" auto-complete="off" placeholder="名称" size="mini" style="width: 90%"></el-input>
|
|
|
<el-input @keyup.native="addForm.shp.shp_nam_name=addForm.shp.shp_nam_name.replace(/[^A-Z0-9_]/g,'')" v-model="addForm.shp.shp_nam_name" auto-complete="off" placeholder="名称" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col style="width: 52%;margin-left: 10px">
|
|
|
<el-col style="width: 40%;margin-left:5px">
|
|
|
<el-form-item>
|
|
|
<el-input @keyup.native="addForm.shp.shp_detail_number=addForm.shp.shp_detail_number.replace(/[^A-Z0-9_]/g,'')" v-model="addForm.shp.shp_detail_number" auto-complete="off" placeholder="电话/传真" size="mini"></el-input>
|
|
|
<!-- <el-select v-model="addForm.shp.shp_detail_number" placeholder="电话/传真">-->
|
...
|
...
|
@@ -1002,12 +1003,12 @@ Handling Information |
|
|
<!-- <el-button type="success" plain size="mini">保 存</el-button>-->
|
|
|
</span>
|
|
|
<el-row>
|
|
|
<el-col style="width: 25%">
|
|
|
<el-col style="width: 38%">
|
|
|
<el-form-item>
|
|
|
<el-input @keyup.native="addForm.cne.cne_nam_name=addForm.cne.cne_nam_name.replace(/[^A-Z0-9_]/g,'')" v-model="addForm.cne.cne_nam_name" auto-complete="off" placeholder="名称" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col style="width: 52%;margin-left: 10px">
|
|
|
<el-col style="width: 40%;margin-left: 5px">
|
|
|
<el-form-item>
|
|
|
<el-input @keyup.native="addForm.cne.cne_detail_number=addForm.cne.cne_detail_number.replace(/[^A-Z0-9_]/g,'')" v-model="addForm.cne.cne_detail_number" auto-complete="off" placeholder="电话/传真" size="mini"></el-input>
|
|
|
<!-- <el-select v-model="addForm.cne.cne_detail_number" placeholder="电话/传真">-->
|
...
|
...
|
@@ -1766,9 +1767,10 @@ Handling Information |
|
|
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row style="margin-top: 40px;margin-left: 35%">
|
|
|
<el-row style="margin-top: 40px;margin-left: 40%">
|
|
|
<el-form-item>
|
|
|
<el-button type="primary" @click="addFhl">提交</el-button>
|
|
|
<el-button @click="cancleBtn">清空</el-button>
|
|
|
</el-form-item>
|
|
|
</el-row>
|
|
|
</el-form>
|
...
|
...
|
@@ -2615,6 +2617,9 @@ Handling Information |
|
|
_this.$message.error(error.toString())
|
|
|
})
|
|
|
// console.log("获取分单的方法执行了")
|
|
|
},
|
|
|
cancleBtn(){
|
|
|
Object.assign(this.$data, this.$options.data());
|
|
|
}
|
|
|
},
|
|
|
activated(){
|
...
|
...
|
|